Package: caribou Version: 0.4.12-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary instead of just config.{sub,guess} updates with autotools-dev. This is because we need new libtool macros for ppc64el. In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru caribou-0.4.12/debian/control caribou-0.4.12/debian/control --- caribou-0.4.12/debian/control 2013-08-23 13:10:55.000000000 -0400 +++ caribou-0.4.12/debian/control 2013-12-29 16:57:36.000000000 -0500 @@ -2,16 +2,15 @@ # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: caribou Section: libs Priority: optional Maintainer: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org> Uploaders: Emilio Pozuelo Monfort <po...@debian.org>, Josselin Mouette <j...@debian.org>, Laurent Bigonville <bi...@debian.org>, Michael Biebl <bi...@debian.org>, Sjoerd Simons <sjo...@debian.org>, Rico Tzschichholz <ric...@ubuntu.com> Build-Depends: debhelper (>= 8.1.3~), cdbs (>= 0.4.93~), gnome-pkg-tools, - autotools-dev, + dh-autoreconf, intltool (>= 0.35.0), python (>= 2.6.6-3~), python-gi-dev (>= 2.90.3), diff -Nru caribou-0.4.12/debian/control.in caribou-0.4.12/debian/control.in --- caribou-0.4.12/debian/control.in 2013-08-23 13:00:15.000000000 -0400 +++ caribou-0.4.12/debian/control.in 2013-12-29 16:57:36.000000000 -0500 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8.1.3~), cdbs (>= 0.4.93~), gnome-pkg-tools, - autotools-dev, + dh-autoreconf, intltool (>= 0.35.0), python (>= 2.6.6-3~), python-gi-dev (>= 2.90.3), diff -Nru caribou-0.4.12/debian/rules caribou-0.4.12/debian/rules --- caribou-0.4.12/debian/rules 2013-08-23 12:44:48.000000000 -0400 +++ caribou-0.4.12/debian/rules 2013-12-29 16:23:47.000000000 -0500 @@ -2,6 +2,7 @@ # -*- makefile -*- include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/class/python-module.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk