tags 732824 + 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 judy (versioned as 1.0.5-1.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 As you can see this works fine on this package, and is a very simple patch. Cheers.
diff -u judy-1.0.5/debian/changelog judy-1.0.5/debian/changelog --- judy-1.0.5/debian/changelog +++ judy-1.0.5/debian/changelog @@ -1,3 +1,10 @@ +judy (1.0.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #732824) + + -- Chen Baozi <baoz...@gmail.com> Tue, 03 Jun 2014 15:14:54 +0800 + judy (1.0.5-1) unstable; urgency=low * Fixed alignment issue, (Closes: #401124) diff -u judy-1.0.5/debian/control judy-1.0.5/debian/control --- judy-1.0.5/debian/control +++ judy-1.0.5/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Troy Heber <tr...@debian.org> Uploaders: -Build-Depends: debhelper (>> 4.0.0) +Build-Depends: debhelper (>> 4.0.0), dh-autoreconf Standards-Version: 3.7.2.2 Package: libjudy-dev diff -u judy-1.0.5/debian/rules judy-1.0.5/debian/rules --- judy-1.0.5/debian/rules +++ judy-1.0.5/debian/rules @@ -21,6 +21,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. + dh_autoreconf ./configure --prefix=/usr --mandir=/usr/share/man touch configure-stamp @@ -44,6 +45,7 @@ # Add here commands to clean up after the build process. -$(MAKE) distclean + dh_autoreconf_clean dh_clean install: build