summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-11-22 22:29:12 +0000
committerJohannes Schauer <josch@debian.org>2016-11-22 22:29:12 +0000
commit5c7250e30a95aea3ea4cb2a5c582eb7fde29c442 (patch)
tree17cff3eb9157a729aa9d17c518843c2e27996fb2
parent734d5274a83348cd6131fb864ec37471252e195e (diff)
d/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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)
%: