Source: poppler
Version: 0.18.4-9
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertag: arm64

This package FTBFS on arm64 due to outdated config.{sub,guess} files.
Enabling the usage of the autotools-dev that it already depends on,
fixes this. This patch will keep it fixed for future new architectures too.

-- 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 poppler-0.18.4/debian/changelog poppler-0.18.4/debian/changelog
--- poppler-0.18.4/debian/changelog	2013-11-17 18:00:45.000000000 +0000
+++ poppler-0.18.4/debian/changelog	2013-12-28 03:53:31.000000000 +0000
@@ -1,3 +1,9 @@
+poppler (0.18.4-9arm64) unstable; urgency=low
+
+  * Update config.sub/guess to build on new architectures 
+
+ --  <woo...@wookware.org>  Sat, 28 Dec 2013 03:52:28 +0000
+
 poppler (0.18.4-9) unstable; urgency=medium
 
   * Remove the custom RPATH handing on Hurd, since the issue does not affect
diff -Nru poppler-0.18.4/debian/rules poppler-0.18.4/debian/rules
--- poppler-0.18.4/debian/rules	2013-11-17 17:28:32.000000000 +0000
+++ poppler-0.18.4/debian/rules	2013-12-28 03:51:42.000000000 +0000
@@ -34,9 +34,11 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
+	dh_autotools-dev_restoreconfig
 	rm -f glib/reference/html/*
 
 override_dh_auto_configure:
+	dh_autotools-dev_updateconfig
 	dh_auto_configure -- $(CONFIGURE_ARGS)
 
 override_dh_auto_install:

Reply via email to