Package: fxt
Version: 0.2.14-2
Followup-For: Bug #727864
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 to get new libtool macros for ppc64el and update
    config.{sub,guess} for new arches.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/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.13.0-3-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 fxt-0.2.14/debian/control fxt-0.2.14/debian/control
--- fxt-0.2.14/debian/control	2013-07-13 12:35:31.000000000 -0400
+++ fxt-0.2.14/debian/control	2014-01-17 00:08:42.000000000 -0500
@@ -1,7 +1,7 @@
 Source: fxt
 Priority: extra
 Maintainer: Samuel Thibault <sthiba...@debian.org>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, gawk
+Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, gawk
 Build-Conflicts: binutils-dev
 Standards-Version: 3.9.4
 Section: libs
diff -Nru fxt-0.2.14/debian/rules fxt-0.2.14/debian/rules
--- fxt-0.2.14/debian/rules	2012-02-01 04:55:46.000000000 -0500
+++ fxt-0.2.14/debian/rules	2014-01-15 03:37:29.000000000 -0500
@@ -6,7 +6,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ 
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

Reply via email to