aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2017-06-22 00:46:13 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2017-06-22 00:46:13 +0100
commitf2c9426d8a98d44fcfa9b88e00ad779a4f12c124 (patch)
treef745f4f817033ddfbffe73ae01db7c56a14380a7
parent09e0ceebc8f762f2f7ef3961ac87d9c914395c61 (diff)
downloadfiglet-f2c9426d8a98d44fcfa9b88e00ad779a4f12c124.tar.gz
debian/rules: add hardening=+all to DEB_BUILD_MAINT_OPTIONS
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
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