[SCM] omins/master: Use dh $@ --with foo syntax for compatibility with DH8.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jun 7 15:33:23 UTC 2011


The following commit has been merged in the master branch:
commit 08ebee421c97d4098e7873c57124f262dc702784
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jun 7 17:33:14 2011 +0200

    Use dh $@ --with foo syntax for compatibility with DH8.

diff --git a/debian/rules b/debian/rules
index 892f3f9..7326f50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=$(CURDIR)/debian/omins/usr

-- 
omins packaging



More information about the pkg-multimedia-commits mailing list