tags 727690 + 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 gtkglext (versioned as 1.2.0-3.2) 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. This package had a build-dep on autotools-dev, but was not actually enabling it in rules. The dh-autoreconf solution is better, as discussed above. Regards.
diff -Nru gtkglext-1.2.0/debian/changelog gtkglext-1.2.0/debian/changelog --- gtkglext-1.2.0/debian/changelog 2013-06-25 18:28:40.000000000 +0100 +++ gtkglext-1.2.0/debian/changelog 2014-07-10 04:01:19.000000000 +0100 @@ -1,3 +1,10 @@ +gtkglext (1.2.0-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #727690) + + -- Wookey <woo...@debian.org> Thu, 10 Jul 2014 02:51:55 +0000 + gtkglext (1.2.0-3.1) unstable; urgency=low * Non-maintainer upload. diff -Nru gtkglext-1.2.0/debian/control gtkglext-1.2.0/debian/control --- gtkglext-1.2.0/debian/control 2013-06-25 18:23:12.000000000 +0100 +++ gtkglext-1.2.0/debian/control 2014-07-10 04:01:19.000000000 +0100 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Bart Martens <ba...@debian.org> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, libgtk2.0-dev (>= 2.20), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libice-dev, libsm-dev, libxmu-dev, libxt-dev, libpango1.0-dev, libpangox-1.0-dev +Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, libgtk2.0-dev (>= 2.20), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libice-dev, libsm-dev, libxmu-dev, libxt-dev, libpango1.0-dev, libpangox-1.0-dev Standards-Version: 3.9.2 Homepage: http://projects.gnome.org/gtkglext/ diff -Nru gtkglext-1.2.0/debian/rules gtkglext-1.2.0/debian/rules --- gtkglext-1.2.0/debian/rules 2011-09-18 21:32:37.000000000 +0100 +++ gtkglext-1.2.0/debian/rules 2014-07-10 04:01:19.000000000 +0100 @@ -3,7 +3,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_install: dh_install