Package: libquvi Version: 0.4.1-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
libquvi'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 libquvi-0.4.1/debian/control libquvi-0.4.1/debian/control --- libquvi-0.4.1/debian/control 2012-04-25 09:13:43.000000000 +0100 +++ libquvi-0.4.1/debian/control 2013-10-08 23:42:51.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Alejandro Garrido Mota <garridom...@gmail.com> Uploaders: Ansgar Burchardt <ans...@debian.org> Build-Depends: debhelper (>= 8.1.3~), libcurl4-gnutls-dev | libcurl4-dev, - liblua5.1-0-dev, naturaldocs, libquvi-scripts + liblua5.1-0-dev, naturaldocs, libquvi-scripts, autotools-dev Standards-Version: 3.9.3 Vcs-Git: git://github.com/mogaal/libquvi.git Vcs-Browser: https://github.com/mogaal/libquvi diff -Nru libquvi-0.4.1/debian/rules libquvi-0.4.1/debian/rules --- libquvi-0.4.1/debian/rules 2012-04-25 09:13:43.000000000 +0100 +++ libquvi-0.4.1/debian/rules 2013-10-08 23:43:11.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --with-examples --datadir=/usr/share/libquvi7 Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org