[SCM] xvidcore/master: Upstream only updated configure, not config.sub/guess. :(

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Mar 28 08:08:16 UTC 2011


The following commit has been merged in the master branch:
commit 0d3036eaffa8cb5c578702ab0b8b7b7f9d7cb849
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Mon Mar 28 10:08:06 2011 +0200

    Upstream only updated configure, not config.sub/guess. :(

diff --git a/debian/control b/debian/control
index 4171d22..a143deb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Loïc Martin <loic.martin3 at gmail.com>,
            Fabian Greffrath <fabian+debian at greffrath.com>,
            Andres Mejia <mcitadel at gmail.com>
 Build-Depends: debhelper (>= 7.3~),
+               autotools-dev (>= 20100122.1~),
                nasm (>= 2.0) [i386 amd64]
 Standards-Version: 3.9.1
 Homepage: http://www.xvid.org/
diff --git a/debian/rules b/debian/rules
index f30b58b..6f9bf23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@
 CFLAGS = $(or $(DEB_CFLAGS),)
 
 %:
-	dh $@ --sourcedirectory=build/generic
+	dh $@ --sourcedirectory=build/generic \
+		--with autotools_dev
 
 override_dh_auto_clean:
 	touch build/generic/platform.inc

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list