Source: libexif
Version: 0.6.21-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el

Dear Maintainer,

The package libexif fails to build from source on ppc64el, because
configuration files, in addition to config.{guess,sub} need to be
updated.

Using dh-autoreconf instead of autotools-dev does the work and the
package builds successfully.

Please consider the patch attached in order to do so.

Thanks!
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libexif-0.6.21/debian/control libexif-0.6.21/debian/control
--- libexif-0.6.21/debian/control	2013-01-27 12:43:31.000000000 +0000
+++ libexif-0.6.21/debian/control	2014-07-10 16:25:33.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers <[email protected]>
 Uploaders: Emmanuel Bouthenot <[email protected]>, Frederic Peters <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev, doxygen, graphviz
+Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, graphviz
 Standards-Version: 3.9.4
 Homepage: http://libexif.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-phototools/libexif.git
diff -Nru libexif-0.6.21/debian/rules libexif-0.6.21/debian/rules
--- libexif-0.6.21/debian/rules	2013-01-26 18:02:08.000000000 +0000
+++ libexif-0.6.21/debian/rules	2014-07-10 16:23:57.000000000 +0000
@@ -12,4 +12,4 @@
 binary: binary-arch binary-indep
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf

Reply via email to