[SCM] vdpau-video/master: Don't use dh_autoreconf as it produces changes incompatible with default dpkg-source options.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Tue Mar 20 06:06:58 UTC 2012


The following commit has been merged in the master branch:
commit 949df93b5ba6a0cd7bb35a02883618d5c5e2ac80
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Tue Mar 20 01:45:16 2012 -0400

    Don't use dh_autoreconf as it produces changes incompatible with default dpkg-source options.

diff --git a/debian/control b/debian/control
index f51812d..8d0f93c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Andres Mejia <amejia at debian.org>
 Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
                pkg-config,
                libva-dev (>= 1.0.4),
                libvdpau-dev,
diff --git a/debian/rules b/debian/rules
index 0e54451..0a858d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-glx

-- 
vdpau-video packaging



More information about the pkg-multimedia-commits mailing list