[SCM] vdpau-video/master: Build with dh-autoreconf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri May 9 15:19:41 UTC 2014


The following commit has been merged in the master branch:
commit bbada1c1250fdb05b888787aa874e4dbe9f0817e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri May 9 15:29:16 2014 +0200

    Build with dh-autoreconf

diff --git a/debian/control b/debian/control
index 682d0a9..ab0e0f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,14 @@ Section: x11
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastian Ramacher <sramacher at debian.org>
-Build-Depends: debhelper (>= 9),
-               pkg-config,
-               libva-dev (>= 1.0.4),
-               libvdpau-dev,
-               libx11-dev,
-               libgl1-mesa-dev | libgl-dev,
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf
+ pkg-config,
+ libva-dev (>= 1.0.4),
+ libvdpau-dev,
+ libx11-dev,
+ libgl1-mesa-dev | libgl-dev,
 Standards-Version: 3.9.5
 Homepage: http://www.freedesktop.org/wiki/Software/VDPAU/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/vdpau-video.git
diff --git a/debian/rules b/debian/rules
index 260308e..16630ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	cp -f debian.upstream/changelog debian/debian.upstream-changelog

-- 
vdpau-video packaging



More information about the pkg-multimedia-commits mailing list