tags 727504 + patch tags 727504 + pending thanks Dear maintainer,
This bug has been pending for some time, and needs fixing for new ports, including arm64 which is building now: (http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid). So I've prepared an NMU for scrub (versioned as 2.5.2-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Discussion on debian-devel revealed consensus that the right way to ensure successful builds on all new architectures was to autoreconf packages, however this package does not autoreconf cleanly (it needs its configure.ac macros updating) so the simpler dh_autotools-dev updating of config.{sub,guess} has been used. (Discussion at https://lists.debian.org/debian-devel/2014/04/msg00383.html, thread starting at https://lists.debian.org/debian-devel/2014/04/msg00342.html As you can see this results is a very clean patch. Regards.
diff -Nru scrub-2.5.2/debian/changelog scrub-2.5.2/debian/changelog --- scrub-2.5.2/debian/changelog 2013-07-28 09:35:04.000000000 +0100 +++ scrub-2.5.2/debian/changelog 2014-06-24 01:28:39.000000000 +0100 @@ -1,3 +1,10 @@ +scrub (2.5.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Use autotools-dev in build to support new architectures (Closes: #727504) + + -- Chen Baozi <[email protected]> Fri, 06 Jun 2014 20:49:17 +0800 + scrub (2.5.2-2) unstable; urgency=low * Bump standards-version. diff -Nru scrub-2.5.2/debian/rules scrub-2.5.2/debian/rules --- scrub-2.5.2/debian/rules 2013-01-30 21:12:53.000000000 +0000 +++ scrub-2.5.2/debian/rules 2014-06-24 01:41:28.000000000 +0100 @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autotools-dev override_dh_auto_test:

