tags 727287 + pending thanks Dear maintainer,
This bug has been pending for some time, and needs fixing for new ports, including arm64 which is building now: (http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid). So I've prepared an NMU for libesmtp (versioned as 1.0.6-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Discussion on debian-devel revealed consensus that the right way to ensure successful builds on all new architectures was to autoreconf packages, so that method has been used to fix this bug. This works for all arches, even those that need libtool changes, and will continue to work into the future without an update as each new arch comes along. (Discussion at https://lists.debian.org/debian-devel/2014/04/msg00383.html, thread starting at https://lists.debian.org/debian-devel/2014/04/msg00342.html As you can see this works fine on this package, and is a very simple patch. Cheers.
diff -Nru libesmtp-1.0.6/debian/changelog libesmtp-1.0.6/debian/changelog --- libesmtp-1.0.6/debian/changelog 2010-08-16 00:07:50.000000000 +0100 +++ libesmtp-1.0.6/debian/changelog 2014-06-21 16:37:23.000000000 +0100 @@ -1,3 +1,10 @@ +libesmtp (1.0.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add dh-autoreconf in build to support new architectures (Closes: #727287) + + -- Chen Baozi <baoz...@gmail.com> Thu, 05 Jun 2014 19:47:37 +0800 + libesmtp (1.0.6-1) unstable; urgency=low * New upstream release diff -Nru libesmtp-1.0.6/debian/control libesmtp-1.0.6/debian/control --- libesmtp-1.0.6/debian/control 2010-08-15 23:19:43.000000000 +0100 +++ libesmtp-1.0.6/debian/control 2014-06-05 12:47:27.000000000 +0100 @@ -6,7 +6,8 @@ quilt (>= 0.46-7~), libltdl3-dev, libssl-dev, - autotools-dev + autotools-dev, + dh-autoreconf Standards-Version: 3.9.1 Homepage: http://www.stafford.uklinux.net/libesmtp/ Vcs-Git: git://git.debian.org/collab-maint/libesmtp.git diff -Nru libesmtp-1.0.6/debian/rules libesmtp-1.0.6/debian/rules --- libesmtp-1.0.6/debian/rules 2010-08-15 23:53:38.000000000 +0100 +++ libesmtp-1.0.6/debian/rules 2014-06-05 12:46:53.000000000 +0100 @@ -3,7 +3,7 @@ export DH_VERBOSE=1 %: - dh --with quilt $@ + dh --with quilt $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --with-auth-plugin-dir="/usr/lib/esmtp" --enable-etrn