Package: minpack Version: 19961126+dfsg1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, Please use autotools-dev to update config.{sub,guess} for new architectures. For example, we needed these updates in Ubuntu for the new arm64 and ppc64el architectures. In Ubuntu, the attached patch was applied to achieve the following: * Use autotools-dev to update config.{sub,guess} for new arches. 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.12.0-7-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 2011-08-03 16:07:07.000000000 -0400 +++ minpack-19961126+dfsg1/debian/control 2014-01-08 02:31:44.000000000 -0500 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org> -Build-Depends: debhelper (>> 5.0.0), gfortran, libtool +Build-Depends: debhelper (>> 5.0.0), gfortran, libtool, autotools-dev Standards-Version: 3.9.2 Homepage: http://www.netlib.org/minpack/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/minpack/trunk/ diff -Nru minpack-19961126+dfsg1/debian/rules minpack-19961126+dfsg1/debian/rules --- minpack-19961126+dfsg1/debian/rules 2011-08-03 16:33:13.000000000 -0400 +++ minpack-19961126+dfsg1/debian/rules 2014-01-04 19:42:35.000000000 -0500 @@ -42,7 +42,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir - + dh_autotools-dev_updateconfig # Add here commands to compile the package. chmod +x configure # was added by Debian patch, so had wrong permissions F77=gfortran ./configure --prefix=/usr @@ -57,7 +57,7 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean - + dh_autotools-dev_restoreconfig dh_clean install: build
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers