Source: lcms2
Version: lcms2_2.2+git20110628-2.3
Followup-For: Bug #717839
User: debian-...@lists.debian.org
Usertag: arm64

Attaqched is a small clean patch which adds autotools-dev support so
that up-to-date config.sub and guess files are used. This fixes the
general case of 'not building on new architecture'.

-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru lcms2-2.2+git20110628/debian/changelog lcms2-2.2+git20110628/debian/changelog
--- lcms2-2.2+git20110628/debian/changelog	2013-10-06 21:34:38.000000000 +0000
+++ lcms2-2.2+git20110628/debian/changelog	2013-12-21 00:56:41.000000000 +0000
@@ -1,3 +1,10 @@
+lcms2 (2.2+git20110628-2.4) unstable; urgency=low
+
+  * Ensure config.{sub,guess} up to date using autotools-dev, avoiding 
+    ftbfs on new architectures
+
+ --  <woo...@wookware.org>  Sat, 21 Dec 2013 00:54:52 +0000
+
 lcms2 (2.2+git20110628-2.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru lcms2-2.2+git20110628/debian/rules lcms2-2.2+git20110628/debian/rules
--- lcms2-2.2+git20110628/debian/rules	2013-10-06 21:38:15.000000000 +0000
+++ lcms2-2.2+git20110628/debian/rules	2013-12-21 02:01:49.000000000 +0000
@@ -18,9 +18,11 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
+	dh_autotools-dev_updateconfig
 	./configure
 	touch config.status
 
+	dh_autotools-dev_restoreconfig
 	dh_clean
 	$(MAKE) distclean
 	-rm -rf config.log \
@@ -45,4 +47,4 @@
 #override_dh_auto_test:
 
 %:
-	dh $@ 
+	dh $@ --with autotools-dev

Reply via email to