Package: ldm Version: 2:2.2.11-2 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
ldm's config.guess/config.sub are out of date for the forthcoming arm64 port. This would appear to be covered by running ./autogen.sh via dh_autoreconf, but it isn't quite because automake isn't run with -f to update those files. This patch fixes that. * Run automake with -f so that it updates config.guess/config.sub. diff -Nru ldm-2.2.11/debian/patches/automake-force-update.patch ldm-2.2.11/debian/patches/automake-force-update.patch --- ldm-2.2.11/debian/patches/automake-force-update.patch 1970-01-01 01:00:00.000000000 +0100 +++ ldm-2.2.11/debian/patches/automake-force-update.patch 2013-10-10 02:12:21.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Run automake with -f so that it updates config.guess/config.sub +Author: Colin Watson <cjwat...@ubuntu.com> +Forwarded: no +Last-Update: 2013-10-10 + +Index: b/autogen.sh +=================================================================== +--- a/autogen.sh ++++ b/autogen.sh +@@ -8,6 +8,6 @@ + touch stamp-h + autoconf + libtoolize --copy --force --automake +-automake -a -c ++automake -a -c -f + glib-gettextize --copy --force + intltoolize --automake --copy --force diff -Nru ldm-2.2.11/debian/patches/series ldm-2.2.11/debian/patches/series --- ldm-2.2.11/debian/patches/series 2012-06-04 21:25:00.000000000 +0100 +++ ldm-2.2.11/debian/patches/series 2013-10-10 02:10:15.000000000 +0100 @@ -1 +1,2 @@ remove-hackish-gettext-function +automake-force-update.patch 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