[SCM] qastools/master: debian/rules: Enable hardening flags

sebholt-guest at users.alioth.debian.org sebholt-guest at users.alioth.debian.org
Wed Apr 27 21:59:15 UTC 2016


The following commit has been merged in the master branch:
commit 90c17c5aab29c0aac8786574fa2ee0d01d36e02b
Author: Sebastian Holtermann <sebholt at xwmw.org>
Date:   Wed Apr 27 22:31:37 2016 +0200

    debian/rules: Enable hardening flags

diff --git a/debian/rules b/debian/rules
index 2d93264..e9f504d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Enable hardening
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --with scour
 

-- 
qastools packaging



More information about the pkg-multimedia-commits mailing list