[SCM] easytag/master: Enable all hardening flags

jcowgill-guest at users.alioth.debian.org jcowgill-guest at users.alioth.debian.org
Tue Feb 25 15:39:59 UTC 2014


The following commit has been merged in the master branch:
commit 2aa9366a8769b0044efb5f52a486c7ee6b6f480f
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sun Feb 23 13:37:48 2014 +0000

    Enable all hardening flags

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

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list