Source: libestr Version: 0.1.9-1 Severity: normal Tags: patch User: [email protected] Usertags: autoreconf User: [email protected] Usertags: ppc64el
Dear Maintainer, The package libestr fails to build from source on ppc64el. Adding dh-autoreconf to the build fixes that situation and the package builds successfully. The patch attached contains such modification. Thanks! Fernando -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libestr-0.1.9/debian/control libestr-0.1.9/debian/control --- libestr-0.1.9/debian/control 2013-12-28 09:04:50.000000000 +0000 +++ libestr-0.1.9/debian/control 2014-07-21 18:08:40.000000000 +0000 @@ -2,7 +2,7 @@ Priority: extra Maintainer: Pierre Chifflier <[email protected]> Build-Depends: debhelper (>= 9), - autotools-dev + dh-autoreconf Standards-Version: 3.9.5 Section: libs Homepage: http://libestr.sourceforge.net/ diff -Nru libestr-0.1.9/debian/rules libestr-0.1.9/debian/rules --- libestr-0.1.9/debian/rules 2013-03-22 09:17:07.000000000 +0000 +++ libestr-0.1.9/debian/rules 2014-07-21 18:08:32.000000000 +0000 @@ -12,4 +12,4 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ + dh $@ --with autoreconf

