Package: scrub Version: 2.5.2-2 Followup-For: Bug #727504 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Use dh_autotools_dev to update config.{sub,guess} (Closes: #727504) Despite doko's retitling of this bug, your package doesn't appear to need dh_autoreconf, using dh_autotools_dev works just fine, and I've patched it to do just that. Applying this trivial patch in Debian would be great. ... Adam -- System Information: Debian Release: jessie/sid APT prefers utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.15.0-0-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 scrub-2.5.2/debian/changelog scrub-2.5.2/debian/changelog diff -Nru scrub-2.5.2/debian/rules scrub-2.5.2/debian/rules --- scrub-2.5.2/debian/rules 2013-01-30 14:12:53.000000000 -0700 +++ scrub-2.5.2/debian/rules 2014-05-12 18:23:18.000000000 -0600 @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_test: