Package: kbd Version: 1.15.3-9 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 kbd-1.15.3/debian/control kbd-1.15.3/debian/control --- kbd-1.15.3/debian/control 2012-04-29 08:36:13.000000000 +0100 +++ kbd-1.15.3/debian/control 2013-02-09 00:08:22.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Console utilities maintainers <[email protected]> Uploaders: Michael Schutte <[email protected]>, Anton Zinoviev <[email protected]> -Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9), autoconf, automake, linuxdoc-tools, gettext, flex, bison +Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9), autoconf, automake, linuxdoc-tools, gettext, flex, bison, autotools-dev (>= 20100122.1) Standards-Version: 3.9.3 Vcs-Git: git://anonscm.debian.org/git/pkg-kbd/kbd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kbd/kbd.git diff -Nru kbd-1.15.3/debian/rules kbd-1.15.3/debian/rules --- kbd-1.15.3/debian/rules 2012-04-28 10:16:22.000000000 +0100 +++ kbd-1.15.3/debian/rules 2013-02-09 00:08:00.000000000 +0000 @@ -24,7 +24,7 @@ endif %: - dh $@ + dh $@ --with autotools-dev override_dh_auto_clean: dh_auto_clean Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

