[SCM] sratom/master: Fix hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Sep 23 01:10:30 UTC 2016
The following commit has been merged in the master branch:
commit a52006c9d1d9517a8e094059aa32230a228c8bdc
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Sep 23 02:59:18 2016 +0200
Fix hardening.
diff --git a/debian/rules b/debian/rules
index 926aa63..e95044f 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
--
sratom packaging
More information about the pkg-multimedia-commits
mailing list