[SCM] gavl/master: Fix dh's sequence, use 'dh $@ --with foo' syntax.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 17 18:19:12 UTC 2012


The following commit has been merged in the master branch:
commit fea41ce46d880adf8a1839d8da9eaa9204d46473
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 17 18:58:56 2012 +0100

    Fix dh's sequence, use 'dh $@ --with foo' syntax.

diff --git a/debian/rules b/debian/rules
index 37e4e17..f97f678 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with autoreconf $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
gavl packaging



More information about the pkg-multimedia-commits mailing list