Package: minpack Version: 19961126+dfsg1-2 Severity: normal Tags: patch 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 instead of autotools-dev to fix FTBFS on ppc64el. 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-23-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 minpack-19961126+dfsg1/debian/control minpack-19961126+dfsg1/debian/control --- minpack-19961126+dfsg1/debian/control 2014-04-03 12:48:53.000000000 -0400 +++ minpack-19961126+dfsg1/debian/control 2014-04-09 13:16:03.000000000 -0400 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org> Uploaders: Sébastien Villemot <sebast...@debian.org> -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), autotools-dev, gfortran, +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-autoreconf, gfortran, libtool Standards-Version: 3.9.5 Homepage: http://www.netlib.org/minpack/ diff -Nru minpack-19961126+dfsg1/debian/rules minpack-19961126+dfsg1/debian/rules --- minpack-19961126+dfsg1/debian/rules 2014-04-03 12:48:53.000000000 -0400 +++ minpack-19961126+dfsg1/debian/rules 2014-04-04 00:28:08.000000000 -0400 @@ -11,7 +11,7 @@ endif %: - dh $@ --with=autotools_dev + dh $@ --with=autoreconf override_dh_auto_configure: chmod +x configure # was added by Debian patch, so had wrong permissions
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers