[SCM] audacious/master: Use bindnow flag

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Sat Feb 6 14:47:36 UTC 2016


The following commit has been merged in the master branch:
commit 0fe03d758b18199c9326a1cab82d268cabcf11fa
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Sat Feb 6 15:46:15 2016 +0100

    Use bindnow flag

diff --git a/debian/changelog b/debian/changelog
index ab1b745..9e0bcfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ audacious (3.7.1-1) UNRELEASED; urgency=medium
   * Work around libaudqt package:
     - Add install and symbols files.
   * Add debian/patches/add-keywords.patch to provides keywords in desktop file.
+  * debian/rules:
+    - Use bindnow flag.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Tue, 29 Dec 2015 12:55:11 +0100
 
diff --git a/debian/rules b/debian/rules
index 29f3c29..26645f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ endif
 
 # Do not link against unused libraries (make dpkg-shlibdeps happy).
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 %:
 	dh $@ --with autotools_dev --parallel

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list