[SCM] zam-plugins/master: Fix some hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Jun 20 06:50:04 UTC 2016
The following commit has been merged in the master branch:
commit 7777a8e1a94898c05e20c815d6703a67279a7139
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Jun 19 21:20:08 2016 +0200
Fix some hardening.
diff --git a/debian/rules b/debian/rules
index 379d9bb..a650aa5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
dfsg_version = $(upstream_version)~repack2
pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list