[SCM] vlc/master: run autoreconf on the buildds

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun May 15 07:01:21 UTC 2011


The following commit has been merged in the master branch:
commit 48e127f2726a1085a661802dbdc9e9a1b6b6cca2
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun May 15 07:58:22 2011 +0200

    run autoreconf on the buildds
    
    extra dependencies needed: dh-autoreconf, autopoint

diff --git a/debian/control b/debian/control
index 1cfd147..991ee40 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
            Mohammed Adnène Trojette <adn+deb at diwi.org>,
            Reinhard Tartler <siretart at tauware.de>,
            Benjamin Drung <bdrung at debian.org>
-Build-Depends: debhelper (>= 7.2.3~),
+Build-Depends: autopoint,
+               debhelper (>= 7.2.3~),
+               dh-autoreconf,
                dh-buildinfo,
                gettext,
                liba52-0.7.4-dev,
diff --git a/debian/rules b/debian/rules
index 94cc178..404f6ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,7 +136,7 @@ confflags += --enable-svgalib
 endif
 
 %:
-	dh $@ --parallel
+	dh --with autoreconf $@ --parallel
 
 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