[SCM] fluidsynth-dssi/master: Adopt DH's 'dh $@ --with foo' syntax for compatibility with DH 8.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 19 17:19:44 UTC 2011


The following commit has been merged in the master branch:
commit 0463d56ac9329c2e3508e9de781fe531ad7f01b1
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 19 19:19:28 2011 +0200

    Adopt DH's 'dh $@ --with foo' syntax for compatibility with DH 8.

diff --git a/debian/rules b/debian/rules
index 93726b0..3745ec9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_install:
 	dh_auto_install

-- 
fluidsynth-dssi packaging



More information about the pkg-multimedia-commits mailing list