Package: libbde
Version: 20140405-1
Severity: normal
Tags: patch
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 libbde-20140405/debian/control libbde-20140405/debian/control
--- libbde-20140405/debian/control	2014-04-09 18:04:05.000000000 -0400
+++ libbde-20140405/debian/control	2014-06-15 18:49:52.000000000 -0400
@@ -1,7 +1,7 @@
 Source: libbde
 Priority: optional
 Maintainer: Hilko Bengen <ben...@debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev,
+Build-Depends: debhelper (>= 9), dh-autoreconf,
  pkg-config, libfuse-dev,
 Standards-Version: 3.9.5
 Section: libs
diff -Nru libbde-20140405/debian/rules libbde-20140405/debian/rules
--- libbde-20140405/debian/rules	2014-04-09 18:04:05.000000000 -0400
+++ libbde-20140405/debian/rules	2014-06-02 00:22:36.000000000 -0400
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev
+	dh $@  --with autoreconf
 
 override_dh_install:
 	dh_install -X.la --fail-missing

Reply via email to