[SCM] libgig/master: Fix hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Nov 15 22:15:57 UTC 2016
The following commit has been merged in the master branch:
commit 752008db6860d470b861e9c34148a1fa2e0f2a4e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Nov 15 23:15:04 2016 +0100
Fix hardening.
diff --git a/debian/rules b/debian/rules
index ec04479..f1fa491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@ --with autoreconf
--
libgig packaging
More information about the pkg-multimedia-commits
mailing list