Package: src:pangomm
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package pangomm fails to build from source on ppc64el, because libtool
configuration files such as config.{sub,guess} need to be updated.
Running autoreconf during the build will fix that, updating such files and
the package will build successfully.
The patch attached includes dh-autoreconf to the build.
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 pangomm-2.34.0/debian/control pangomm-2.34.0/debian/control
--- pangomm-2.34.0/debian/control 2013-06-27 01:48:57.000000000 +0000
+++ pangomm-2.34.0/debian/control 2014-06-20 15:43:02.000000000 +0000
@@ -12,7 +12,7 @@
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pangomm
Build-Depends: cdbs (>= 0.4.51),
debhelper (>= 9),
- autotools-dev,
+ dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libcairomm-1.0-dev (>= 1.2.2),
libglibmm-2.4-dev (>= 2.36.0),
diff -Nru pangomm-2.34.0/debian/control.in pangomm-2.34.0/debian/control.in
--- pangomm-2.34.0/debian/control.in 2013-06-27 01:38:08.000000000 +0000
+++ pangomm-2.34.0/debian/control.in 2014-06-20 15:42:47.000000000 +0000
@@ -7,7 +7,7 @@
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pangomm
Build-Depends: cdbs (>= 0.4.51),
debhelper (>= 9),
- autotools-dev,
+ dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libcairomm-1.0-dev (>= 1.2.2),
libglibmm-2.4-dev (>= 2.36.0),
diff -Nru pangomm-2.34.0/debian/rules pangomm-2.34.0/debian/rules
--- pangomm-2.34.0/debian/rules 2013-06-27 01:44:05.000000000 +0000
+++ pangomm-2.34.0/debian/rules 2014-06-20 15:42:25.000000000 +0000
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk