summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aa1a6b0..6d3c730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fuzzylite (5.1+dfsg-4) UNRELEASED; urgency=medium
* bump Standards-Version to 3.9.8 (no changes required)
* start using pkgkde-symbolshelper
* bump debhelper compat level to 10
+ * d/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-- Johannes Schauer <josch@debian.org> Tue, 22 Nov 2016 06:18:00 +0000
diff --git a/debian/rules b/debian/rules
index c3a1793..4e50f1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%: