[SCM] vlc/master: Reorder dh parameters (for debhelper 8).

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Mon Jun 6 21:15:58 UTC 2011


The following commit has been merged in the master branch:
commit e5f30925ff7652018c22e9c63086a5e8132b09b8
Author: Benjamin Drung <bdrung at debian.org>
Date:   Mon Jun 6 22:53:09 2011 +0200

    Reorder dh parameters (for debhelper 8).

diff --git a/debian/rules b/debian/rules
index 404f6ba..d33c14a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,7 +136,7 @@ confflags += --enable-svgalib
 endif
 
 %:
-	dh --with autoreconf $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_clean:
 	[ ! -f debian/vlc-nox.install.bak ] || mv -f debian/vlc-nox.install.bak \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list