[SCM] serd/master: Fix some hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Sep 22 18:29:17 UTC 2016
The following commit has been merged in the master branch:
commit 040dab0f1fec55d898d6ace3f6bdaf8df5a1cd99
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 22 20:14:57 2016 +0200
Fix some hardening.
diff --git a/debian/rules b/debian/rules
index a41c651..6d4eecf 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
--
serd packaging
More information about the pkg-multimedia-commits
mailing list