[Pkg-ltsp-devel] Bug#725927: ldm: config.guess/config.sub out of date for arm64

Colin Watson cjwatson at ubuntu.com
Thu Oct 10 01:23:44 UTC 2013


Package: ldm
Version: 2:2.2.11-2
Severity: important
Tags: patch
User: debian-arm at 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 <cjwatson at 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                                       [cjwatson at ubuntu.com]



More information about the Pkg-ltsp-devel mailing list