[SCM] suil/master: Fix hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Sep 22 20:29:05 UTC 2016
The following commit has been merged in the master branch:
commit 8e45cd30e981bec81ae8aa5ee904b9d6f558ed5e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 22 21:50:55 2016 +0200
Fix hardening.
diff --git a/debian/rules b/debian/rules
index 63bdd0f..8f47938 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+
dfsg_version = $(upstream_version)~dfsg0
pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LDFLAGS+=-Wl,--as-needed
WAF = ./waf
--
suil packaging
More information about the pkg-multimedia-commits
mailing list