[SCM] qmidiroute/master: Use dh $@ --with foo syntax, for compatibility with DH 8

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 3 11:57:24 UTC 2011


The following commit has been merged in the master branch:
commit 34fd92851568a8ac2d79de2a42b48c9c11e05e93
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 3 12:53:34 2011 +0100

    Use dh $@ --with foo syntax, for compatibility with DH 8

diff --git a/debian/rules b/debian/rules
index 68df646..4bf5d24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autotools_dev

-- 
qmidiroute packaging



More information about the pkg-multimedia-commits mailing list