[SCM] mhwaveedit/master: Enable hardening

gabork-guest at users.alioth.debian.org gabork-guest at users.alioth.debian.org
Mon Nov 27 20:24:22 UTC 2017


The following commit has been merged in the master branch:
commit d0ccd7f9266ea639b240c47f30ed2c8a17962f58
Author: Gabor Karsay <gabor.karsay at gmx.at>
Date:   Sat Nov 25 21:45:39 2017 +0100

    Enable hardening

diff --git a/debian/rules b/debian/rules
index 43125dd..1673240 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@

-- 
mhWaveEdit packaging



More information about the pkg-multimedia-commits mailing list