[SCM] rtmidi/master: Fix some hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jun 21 20:39:16 UTC 2016
The following commit has been merged in the master branch:
commit 54b2008aa93590d6d1cfa92117cbc93f5e1437e2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Jun 21 21:53:40 2016 +0200
Fix some hardening.
diff --git a/debian/rules b/debian/rules
index 7363dd0..736a639 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow, +fortify
+
upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
dfsg_version = $(upstream_version)~ds0
pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
--
RtMidi packaging
More information about the pkg-multimedia-commits
mailing list