[SCM] libva/master: debian/rules: dh parameters order changed

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Feb 15 18:32:27 UTC 2012


The following commit has been merged in the master branch:
commit abc1df554ac5f9a09f55c869fffbb9eb0ec8d66e
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Wed Feb 15 16:43:51 2012 +0100

    debian/rules: dh parameters order changed
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 51afd34..3de8832 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 CONFIGURE_OPTIONS ?= --prefix=/usr --disable-silent-rules
 
 %:
-	dh --with autoreconf $@
+	dh $@ --with autoreconf
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Nlibva1 -Nlibva-x11-1

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list