diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-06-22 00:46:13 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-06-22 00:46:13 +0100 |
commit | f2c9426d8a98d44fcfa9b88e00ad779a4f12c124 (patch) | |
tree | f745f4f817033ddfbffe73ae01db7c56a14380a7 | |
parent | 09e0ceebc8f762f2f7ef3961ac87d9c914395c61 (diff) | |
download | figlet-f2c9426d8a98d44fcfa9b88e00ad779a4f12c124.tar.gz |
debian/rules: add hardening=+all to DEB_BUILD_MAINT_OPTIONS
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3b6398e..589e482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ figlet (2.2.5-3) UNRELEASED; urgency=low libconfig-model-dpkg-perl * debian/patches: Fix FTCBFS by defaulting LD to $(CC) (closes: #852785) - Thanks to Helmut Grohne <helmut@subdivi.de> for the patch + * debian/rules: add hardening=+all to DEB_BUILD_MAINT_OPTIONS -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 18 Dec 2012 22:44:16 +0000 diff --git a/debian/rules b/debian/rules index 188997c..592b27c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + override_dh_auto_install: dh_auto_install mv debian/figlet/usr/bin/figlet debian/figlet/usr/bin/figlet-figlet |