[SCM] jack-rack/master: Use 'dh $@ --with foo' form for compatibility with DH 8.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 10 07:00:22 UTC 2011


The following commit has been merged in the master branch:
commit df328ccb5c52224c9d63c08d7cf5a08ad34a5386
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Apr 10 08:59:46 2011 +0200

    Use 'dh $@ --with foo' form for compatibility with DH 8.

diff --git a/debian/rules b/debian/rules
index 981c101..e1e8407 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS+=-Wl,-ldl
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-lash

-- 
jack-rack packaging



More information about the pkg-multimedia-commits mailing list