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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 24 10:50:33 UTC 2011


The following commit has been merged in the master branch:
commit b8d3caf74f7676babe651c1fcab67401517ea5c3
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 24 11:47:12 2011 +0100

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

diff --git a/debian/rules b/debian/rules
index 86483da..71016fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with=autotools_dev
 
 override_dh_auto_install:
 	dh_auto_install

-- 
phat packaging



More information about the pkg-multimedia-commits mailing list