Package: coinutils Version: 2.9.10-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Use dh_autotools-dev to update config.{sub,guess} for new ports. The patch itself should be self-explanatory. This is needed currently for arm64, but also future-proofs your package against other new ports as they come along. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (500, 'saucy-updates') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11.0-13-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru coinutils-2.9.10/debian/changelog coinutils-2.9.10/debian/changelog diff -Nru coinutils-2.9.10/debian/control coinutils-2.9.10/debian/control --- coinutils-2.9.10/debian/control 2013-11-30 13:51:12.000000000 -0700 +++ coinutils-2.9.10/debian/control 2013-12-02 21:57:28.000000000 -0700 @@ -4,7 +4,7 @@ Maintainer: Debian Science Team <debian-science-maintain...@lists.alioth.debian.org> Uploaders: Miles Lubin <miles.lu...@gmail.com> Build-Depends: debhelper (>= 9), doxygen, graphviz, liblapack-dev, - libbz2-dev, zlib1g-dev + libbz2-dev, zlib1g-dev, autotools-dev Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinutils.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinutils.git diff -Nru coinutils-2.9.10/debian/rules coinutils-2.9.10/debian/rules --- coinutils-2.9.10/debian/rules 2013-08-26 07:52:24.000000000 -0600 +++ coinutils-2.9.10/debian/rules 2013-12-02 21:52:07.000000000 -0700 @@ -19,4 +19,4 @@ %: - dh $@ + dh $@ --with autotools_dev