tags 528810 + patch tags 528810 + pending thanks Dear maintainer,
This bug has been pending for 5 years, 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 libdjconsole (versioned as 0.1.3-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. Regards.
diff -u libdjconsole-0.1.3/debian/changelog libdjconsole-0.1.3/debian/changelog --- libdjconsole-0.1.3/debian/changelog +++ libdjconsole-0.1.3/debian/changelog @@ -1,3 +1,10 @@ +libdjconsole (0.1.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Using dh-autoreconf during the build to support new arches (Closes: #528810) + + -- Chen Baozi <baoz...@gmail.com> Thu, 05 Jun 2014 19:44:08 +0800 + libdjconsole (0.1.3-1) unstable; urgency=low * New upstream release diff -u libdjconsole-0.1.3/debian/rules libdjconsole-0.1.3/debian/rules --- libdjconsole-0.1.3/debian/rules +++ libdjconsole-0.1.3/debian/rules @@ -13,6 +13,7 @@ config.status: configure dh_testdir + dh_autoreconf ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc build: build-stamp @@ -28,6 +29,7 @@ rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f stamp-h2 + dh_autoreconf_clean dh_clean install: build diff -u libdjconsole-0.1.3/debian/control libdjconsole-0.1.3/debian/control --- libdjconsole-0.1.3/debian/control +++ libdjconsole-0.1.3/debian/control @@ -1,7 +1,7 @@ Source: libdjconsole Priority: optional Maintainer: Adrien Cunin <adri2...@ubuntu.com> -Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libusb-dev +Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libusb-dev, dh-autoreconf Standards-Version: 3.7.3 Section: libs