[SCM] audacious-plugins/master: debian/rules: Add hardening
    mati75-guest at users.alioth.debian.org 
    mati75-guest at users.alioth.debian.org
       
    Thu Sep 29 10:42:58 UTC 2016
    
    
  
The following commit has been merged in the master branch:
commit 1ef0c7ce94e6d088b02343bfa465834167e9d175
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Thu Sep 29 12:43:32 2016 +0200
    debian/rules: Add hardening
diff --git a/debian/changelog b/debian/changelog
index 5d07e99..78fc22d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ audacious-plugins (3.8-1) UNRELEASED; urgency=medium
   * Bump debhelper version to 10.
   * Drop qt5 support.
   * Update debian/copyright.
+  * debian/rules: Add hardening.
 
  -- Mattia Rizzolo <mattia at debian.org>  Mon, 02 May 2016 08:16:51 +0000
 
diff --git a/debian/rules b/debian/rules
index 9eff020..9f41c45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ additional_confflags := --disable-qtglspectrum
 endif
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,-fortify
 
 %:
 	dh $@
-- 
Plugins for audacious
    
    
More information about the pkg-multimedia-commits
mailing list