[SCM] xvidcore/master: Use the autotools-dev dh addon to update config.guess/config.sub for arm64.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 15 16:52:05 UTC 2013


The following commit has been merged in the master branch:
commit d2b308f2dd751813ba4d5bed0fd61753c4e448d5
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 15 17:51:08 2013 +0100

    Use the autotools-dev dh addon to update config.guess/config.sub for arm64.
    
    Closes: #726428
    Thanks: Colin Watson for the report and patch.

diff --git a/debian/control b/debian/control
index 0f35fdf..ff08a26 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Uploaders: Loïc Martin <loic.martin3 at gmail.com>,
            Andres Mejia <amejia at debian.org>
 Build-Depends: debhelper (>= 8.1.3~),
                yasm (>= 1.0) [any-i386 amd64],
-               autoconf
+               autoconf,
+               autotools-dev
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 Homepage: http://www.xvid.org/
diff --git a/debian/rules b/debian/rules
index 6bb5971..eb77258 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@ include debian/confflags
 
 %:
 	dh $@ --sourcedirectory=build/generic \
+		--with autotools_dev \
 		--parallel
 
 override_dh_auto_configure:

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list