[SCM] vamp-plugin-sdk/master: Fix hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Dec 26 23:53:10 UTC 2016
The following commit has been merged in the master branch:
commit 5c34e4c09b1254809cd2b27557e702d768b4b7b5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Dec 26 23:59:37 2016 +0100
Fix hardening.
diff --git a/debian/rules b/debian/rules
index d6cab8d..b926bea 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)~repack0
pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
LDFLAGS+=-Wl,--as-needed
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
--
vamp-plugin-sdk packaging
More information about the pkg-multimedia-commits
mailing list