File: rules

package info (click to toggle)
guake-indicator 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 948 kB
  • sloc: ansic: 3,222; sh: 1,241; makefile: 90; xml: 34
file content (15 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autoreconf

override_dh_clean:
	rm -f src/*.o
	dh_clean

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..