[SCM] lv2/master: Fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Sep 22 11:54:58 UTC 2016


The following commit has been merged in the master branch:
commit a2ce50daad714beadd72c3b3cd8b736608dcf98f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Sep 22 13:54:49 2016 +0200

    Fix hardening.

diff --git a/debian/rules b/debian/rules
index 4793d35..078cdef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,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
+
 WAF = ./waf
 
 PLUGINS = $(shell cd plugins && find . -mindepth 1 -maxdepth 1 -type d -exec basename {} \;)

-- 
lv2 packaging



More information about the pkg-multimedia-commits mailing list