Package: gflags Version: 2.0-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
gflags' 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. (Incidentally, I'm pretty sure the two occurrences of "installchangelogs" in debian/rules should be "dh_installchangelogs".) * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. diff -Nru gflags-2.0/debian/control gflags-2.0/debian/control --- gflags-2.0/debian/control 2012-05-31 13:42:41.000000000 +0100 +++ gflags-2.0/debian/control 2013-10-10 01:41:27.000000000 +0100 @@ -1,7 +1,7 @@ Source: gflags Priority: optional Maintainer: Koichi Akabe <vbkaise...@gmail.com> -Build-Depends: debhelper (>= 9.0.0) +Build-Depends: debhelper (>= 9.0.0), autotools-dev Standards-Version: 3.9.3 Section: libs Homepage: https://code.google.com/p/gflags/ diff -Nru gflags-2.0/debian/rules gflags-2.0/debian/rules --- gflags-2.0/debian/rules 2012-05-31 12:08:48.000000000 +0100 +++ gflags-2.0/debian/rules 2013-10-10 01:40:51.000000000 +0100 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autotools_dev override_installchangelogs: installchangelogs ChangeLog 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