Bug#726428: xvidcore: config.guess/config.sub out of date for arm64

Colin Watson cjwatson at ubuntu.com
Tue Oct 15 16:30:51 UTC 2013


Package: xvidcore
Version: 2:1.3.2-9
Severity: important
Tags: patch
User: debian-arm at lists.debian.org
Usertags: arm64

xvidcore's config.guess/config.sub are out of date for the forthcoming
arm64 port.  The attached patch sets things up so that you don't have to
be bothered by this type of bug for future ports.

  * Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.

diff -Nru xvidcore-1.3.2/debian/control xvidcore-1.3.2/debian/control
--- xvidcore-1.3.2/debian/control	2012-03-16 22:33:10.000000000 +0000
+++ xvidcore-1.3.2/debian/control	2013-10-15 17:01:15.000000000 +0100
@@ -8,7 +8,7 @@
            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 -Nru xvidcore-1.3.2/debian/rules xvidcore-1.3.2/debian/rules
--- xvidcore-1.3.2/debian/rules	2012-03-16 22:29:32.000000000 +0000
+++ xvidcore-1.3.2/debian/rules	2013-10-15 17:01:01.000000000 +0100
@@ -4,7 +4,7 @@
 
 %:
 	dh $@ --sourcedirectory=build/generic \
-		--parallel
+		--parallel --with autotools_dev
 
 override_dh_auto_configure:
 	cd build/generic && autoconf

Thanks,

-- 
Colin Watson                                       [cjwatson at ubuntu.com]



More information about the pkg-multimedia-maintainers mailing list