[SCM] lame packaging branch, master, updated. debian/3.98.4-0ubuntu1-15-g8684165

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Aug 6 09:08:02 UTC 2010


The following commit has been merged in the master branch:
commit 03e284a3ee89075226207a4029823387f97c6bb9
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Fri Aug 6 10:46:42 2010 +0200

    Fix dh usage.

diff --git a/debian/rules b/debian/rules
index 191c084..b60d801 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@ --with quilt
 
 override_dh_auto_configure:
 	cp -v /usr/share/misc/config.guess .
@@ -10,4 +10,4 @@ override_dh_auto_configure:
 
 override_dh_clean:
 	dh_clean
-	! test -d .git || quilt pop -a || test $$? = 2
\ No newline at end of file
+	! test -d .git || quilt pop -a || test $$? = 2

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list