diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:17:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:28:18 +0200 |
commit | d5277646dbe9a88d32c42187c9c3701a7c57a469 (patch) | |
tree | 21f8115516693217895e0242afb990ef28c14013 /debian/rules | |
parent | bca2db6d064187ecfa2bd9668a88b1b745683e1d (diff) | |
download | ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.gz ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.bz2 ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.zip |
Fork from Ubuntu's indicator-keyboard.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index e290d9e1..5da073ca 100755 --- a/debian/rules +++ b/debian/rules @@ -4,13 +4,17 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with autoreconf + dh $@ override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf ./autogen.sh + NOCONFIGURE=1 ./autogen.sh override_dh_install: find debian/ayatana-indicator-keyboard/usr/lib -name *.la -delete |