Package: imagination
Version: 3.0-3
Followup-For: Bug #744595
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu utopic 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: jessie/sid
  APT prefers utopic-updates
  APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.15.0-5-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 imagination-3.0/debian/control imagination-3.0/debian/control
--- imagination-3.0/debian/control	2013-06-30 12:31:52.000000000 -0400
+++ imagination-3.0/debian/control	2014-06-15 18:48:42.000000000 -0400
@@ -2,8 +2,8 @@
 Section: video
 Priority: optional
 Maintainer: Andrew Starr-Bochicchio <a...@debian.org>
-Build-Depends: autotools-dev,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                dh-exec,
                doc-base,
                docbook-xsl,
diff -Nru imagination-3.0/debian/rules imagination-3.0/debian/rules
--- imagination-3.0/debian/rules	2013-06-30 12:23:20.000000000 -0400
+++ imagination-3.0/debian/rules	2014-06-02 00:15:40.000000000 -0400
@@ -7,7 +7,7 @@
 endif
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install

Reply via email to