[SCM] swh-plugins/master: Fix bindnow hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 1 18:42:45 UTC 2016


The following commit has been merged in the master branch:
commit 9c811c0888a8fcd781c75fbfe47a0ad2cc8a6d37
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 1 20:42:31 2016 +0200

    Fix bindnow hardening.

diff --git a/debian/rules b/debian/rules
index e5adb52..e105271 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ git_date= $(shell date +%Y%m%d)
 dfsg_version = $(upstream_version)+git$(git_date)~repack0
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH	?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

-- 
swh-plugins packaging



More information about the pkg-multimedia-commits mailing list