[SCM] lilv/master: Fix some hardening.
    mira-guest at users.alioth.debian.org 
    mira-guest at users.alioth.debian.org
       
    Fri Sep 23 01:31:54 UTC 2016
    
    
  
The following commit has been merged in the master branch:
commit 87d821dca905b29c1219f7b6b199ec06e985558a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Sep 23 03:23:15 2016 +0200
    Fix some hardening.
diff --git a/debian/rules b/debian/rules
index fc92434..cf566ae 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)~dfsg0
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 LDFLAGS+=-Wl,--as-needed
 WAF = ./waf
 
-- 
lilv packaging
    
    
More information about the pkg-multimedia-commits
mailing list