Bug#726337: libass: config.guess/config.sub out of date for arm64

Colin Watson cjwatson at ubuntu.com
Mon Oct 14 17:09:04 UTC 2013


Package: libass
Version: 0.10.1-1
Severity: important
Tags: patch
User: debian-arm at lists.debian.org
Usertags: arm64

libass' 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 libass-0.10.1/debian/control libass-0.10.1/debian/control
--- libass-0.10.1/debian/control	2012-12-04 01:44:02.000000000 +0000
+++ libass-0.10.1/debian/control	2013-10-14 18:04:57.000000000 +0100
@@ -6,7 +6,8 @@
                libfreetype6-dev,
                libenca-dev,
                libfontconfig1-dev,
-               libfribidi-dev
+               libfribidi-dev,
+               autotools-dev
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://code.google.com/p/libass/
diff -Nru libass-0.10.1/debian/rules libass-0.10.1/debian/rules
--- libass-0.10.1/debian/rules	2012-12-04 01:44:02.000000000 +0000
+++ libass-0.10.1/debian/rules	2013-10-14 18:04:49.000000000 +0100
@@ -23,6 +23,7 @@
 
 config.status: configure
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	touch configure
 	./configure $(CONFFLAGS)
 
@@ -37,6 +38,7 @@
 	dh_testroot
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_autotools-dev_restoreconfig
 	dh_clean 
 
 install: build

Thanks,

-- 
Colin Watson                                       [cjwatson at ubuntu.com]



More information about the pkg-multimedia-maintainers mailing list