Package: libiptcdata
Version: 1.0.4-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package libiptcdata fails to build on ppc64el as on new architectures,
because the config.{guess,sub} files are out of date, and are not updated
during the build, as shown in the following build log:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libiptcdata_1.0.4-3_ppc64el-20140505-2330.build
I just created a patch that enable it to be built on ppc64el. I am using the
following URL as reference:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Thank you,
Breno
-- 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.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: libiptcdata-1.0.4/debian/control
===================================================================
--- libiptcdata-1.0.4.orig/debian/control 2014-06-16 14:24:32.000000000 +0000
+++ libiptcdata-1.0.4/debian/control 2014-06-16 14:25:24.000000000 +0000
@@ -6,6 +6,7 @@
Build-Depends: cdbs (>= 0.4.72~),
debhelper,
dh-buildinfo,
+ dh-autoreconf,
devscripts (>= 2.10.7~),
po4a,
docbook-xml (>= 4.4),
Index: libiptcdata-1.0.4/debian/rules
===================================================================
--- libiptcdata-1.0.4.orig/debian/rules 2014-06-16 14:24:32.000000000 +0000
+++ libiptcdata-1.0.4/debian/rules 2014-06-16 14:25:16.000000000 +0000
@@ -26,6 +26,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/utils.mk
include $(CURDIR)/debian/mk/docbook-manpage.mk