[SCM] terminatorx/master: Bump debhelper to >= 9 for binary-{arch, indep} support and hardening

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Aug 1 23:59:03 UTC 2013


The following commit has been merged in the master branch:
commit b1cc9147bbd779b505909e812ee3c616074f9a15
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Aug 2 01:28:15 2013 +0200

    Bump debhelper to >= 9 for binary-{arch,indep} support and hardening
    
    Also bump Standards-Version to 3.9.4.

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index c27faf5..422d6d8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders:
  Alessio Treglia <alessio at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
  dh-autoreconf,
  ladspa-sdk,
  libasound2-dev [linux-any],
@@ -32,7 +32,7 @@ Build-Depends:
  sox,
  vorbis-tools,
  zlib1g-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.terminatorx.org/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/terminatorx.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/terminatorx.git
diff --git a/debian/rules b/debian/rules
index 7822274..735c31d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,7 @@ ifeq (linux,$(DEB_HOST_ARCH_OS))
 	EXTRA_CONFIGURE := --enable-capabilities
 endif
 
-LDFLAGS += -Wl,--as-needed
-export LDFLAGS
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:
 	dh $@ --parallel --with autoreconf

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list