tags 727339 + patch tags 727339 + 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 ccze (versioned as 0.2.1-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, so that method has been used to fix this bug. This works for all arches, even those that need libtool changes, and will continue to work into the future without an update as each new arch comes along. (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 However this package does not use debhelper so re-autoconfing is not such a clean change as just updating config.{sub,guess}, thus I have only done the simple fix on this package. I'm happy to change it to a more future-proof reautoconf if you prefer. Cheers.
diff -u ccze-0.2.1/debian/changelog ccze-0.2.1/debian/changelog --- ccze-0.2.1/debian/changelog +++ ccze-0.2.1/debian/changelog @@ -1,3 +1,10 @@ +ccze (0.2.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (closes: #727339) + + -- Chen Baozi <baoz...@gmail.com> Thu, 05 Jun 2014 16:28:32 +0800 + ccze (0.2.1-2) unstable; urgency=low * Add myself as Maintainer, as Gergely seems to be MIA diff -u ccze-0.2.1/debian/rules ccze-0.2.1/debian/rules --- ccze-0.2.1/debian/rules +++ ccze-0.2.1/debian/rules @@ -17,6 +17,8 @@ config.status: configure test -e debian/control + cp -f /usr/share/misc/config.sub . + cp -f /usr/share/misc/config.guess . ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man \ --build=${BGT} --host=${HGT} \ diff -u ccze-0.2.1/debian/control ccze-0.2.1/debian/control --- ccze-0.2.1/debian/control +++ ccze-0.2.1/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Stephen Gran <sg...@debian.org> Standards-Version: 3.7.2 -Build-Depends: libpcre3-dev, libncurses5-dev +Build-Depends: libpcre3-dev, libncurses5-dev, autotools-dev Package: ccze Architecture: any