tags 727394 + patch tags 727394 + 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 libbind (versioned as 6.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer.
diff -u libbind-6.0/debian/rules libbind-6.0/debian/rules --- libbind-6.0/debian/rules +++ libbind-6.0/debian/rules @@ -8,6 +8,7 @@ touch $@ clean: + dh_autotools-dev_restoreconfig dh clean find . -name '*.o' -delete @@ -18,6 +19,7 @@ dh binary-arch override_dh_auto_configure: + dh_autotools-dev_updateconfig dh_auto_configure -- -with-libtool binary: binary-arch binary-indep diff -u libbind-6.0/debian/changelog libbind-6.0/debian/changelog --- libbind-6.0/debian/changelog +++ libbind-6.0/debian/changelog @@ -1,3 +1,10 @@ +libbind (6.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (closes: #727394) + + -- Chen Baozi <[email protected]> Thu, 05 Jun 2014 17:00:32 +0800 + libbind (6.0-1) unstable; urgency=low * Initial release; closes: #527985. diff -u libbind-6.0/debian/control libbind-6.0/debian/control --- libbind-6.0/debian/control +++ libbind-6.0/debian/control @@ -1,7 +1,7 @@ Source: libbind Priority: extra Maintainer: Robert S. Edmonds <[email protected]> -Build-Depends: debhelper (>= 7.0.50) +Build-Depends: debhelper (>= 7.0.50), autotools-dev Standards-Version: 3.8.1 Section: libs Homepage: http://www.isc.org/software/libbind

