Package: mpfi Version: 1.5.1-1 Followup-For: Bug #727466 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. Given that it's a one-liner, I suspect it speaks for itself. :P ... Adam -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-1-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 mpfi-1.5.1/debian/changelog mpfi-1.5.1/debian/changelog diff -Nru mpfi-1.5.1/debian/rules mpfi-1.5.1/debian/rules --- mpfi-1.5.1/debian/rules 2012-05-25 19:52:32.000000000 -0600 +++ mpfi-1.5.1/debian/rules 2013-11-02 23:33:09.000000000 -0600 @@ -5,4 +5,4 @@ endif %: - dh $@ + dh $@ --with autotools_dev