Package: src:libesmtp
Version: 1.0.6-3
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

the package libesmtp fails to build from source on ppc64el because 
autoconf/config.guess
and autoconf/config.sub are outdated.
This patch from Ubuntu adds the use of dh_autoreconf to deal with that.
Thanks for reading,

Fred

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (450, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -baupr ../../libesmtp-1.0.6/debian/changelog ../libesmtp-1.0.6/debian/changelog
--- ../../libesmtp-1.0.6/debian/changelog	2014-07-01 15:56:44.000000000 +0000
+++ ../libesmtp-1.0.6/debian/changelog	2014-08-08 15:07:39.000000000 +0000
@@ -1,3 +1,10 @@
+libesmtp (1.0.6-3ppc64el1) UNRELEASED; urgency=medium
+
+  * Fix FTBFS with patch from Ubuntu : Rebuild using dh-autoreconf for usable
+    shared libs on ppc64el (resolving FTBFS for reverse-build-dependencies on said arch).
+
+ -- Frédéric Bonnard <fre...@linux.vnet.ibm.com>  Fri, 08 Aug 2014 12:06:29 -0300
+
 libesmtp (1.0.6-3) unstable; urgency=low
 
   * Fix FTBFS due to debhelper compat 9 changes to lib directories.
diff -baupr ../../libesmtp-1.0.6/debian/control ../libesmtp-1.0.6/debian/control
--- ../../libesmtp-1.0.6/debian/control	2014-05-29 03:41:16.000000000 +0000
+++ ../libesmtp-1.0.6/debian/control	2014-08-08 15:06:29.000000000 +0000
@@ -5,7 +5,7 @@ Maintainer: Jeremy T. Bouse <jbouse@debi
 Build-Depends: debhelper (>> 9.0.0),
 	libltdl3-dev,
 	libssl-dev,
-	autotools-dev
+	dh-autoreconf
 Standards-Version: 3.9.5
 Homepage: http://www.stafford.uklinux.net/libesmtp/
 Vcs-Git: git://github.com/jbouse-debian/libesmtp.git
diff -baupr ../../libesmtp-1.0.6/debian/rules ../libesmtp-1.0.6/debian/rules
--- ../../libesmtp-1.0.6/debian/rules	2014-05-29 03:41:16.000000000 +0000
+++ ../libesmtp-1.0.6/debian/rules	2014-08-08 15:06:29.000000000 +0000
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --with autotools-dev
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-auth-plugin-dir="/usr/lib/esmtp" --enable-etrn

Reply via email to