Package: diffstat Version: 1.55-3 Severity: normal Tags: patch User: [email protected] Usertags: arm64
Please update config.guess and config.sub to a current version from autotools-dev to support the arm64 architecture (aarch64-linux-gnu). A patch follows in case it helps. I used the autotools-dev debhelper addons for this since that kind of thing is less hassle than explicitly creating a patch for 3.0 (quilt) sources, but you may like to consider using dh-autoreconf instead. I've been converting my packages to it and have found it a great improvement. * Use autotools-dev to update config.guess and config.sub automatically. diff -Nru diffstat-1.55/debian/control diffstat-1.55/debian/control --- diffstat-1.55/debian/control 2012-06-02 18:08:45.000000000 +0100 +++ diffstat-1.55/debian/control 2013-02-08 23:45:17.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Sandro Tosi <[email protected]> -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1) Standards-Version: 3.9.3 Homepage: http://invisible-island.net/diffstat/ Vcs-Git: git://git.debian.org/git/collab-maint/diffstat.git diff -Nru diffstat-1.55/debian/rules diffstat-1.55/debian/rules --- diffstat-1.55/debian/rules 2012-06-02 18:08:45.000000000 +0100 +++ diffstat-1.55/debian/rules 2013-02-08 23:44:59.000000000 +0000 @@ -5,4 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autotools-dev Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

