tags 727295 + pending thanks Dear maintainer,
This bug has been around for quite some time, and you have not responded about the possibility of moving the (fixed) 0.24 in experimental into unstable. Moving the new version to unstable without maintainer say-so that was OK seemed presumptious, so I've prepared an NMU with just the autotools-dev fix for exiv2 (versioned as 0.23-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. I did try to make dh-autoreconf work on this package, but because configure is at the top level whilst configure.ac and the config.* files are inside the config dir this is messy, and in fact I still couldn't get it to autoreconf successfully, which may be because the macros need updating. autotools-dev is sufficient for arm64, and libtool is not obviously being used so this may well work for ppc64el too. If not we will have to come back to this. Regards. -- Wookey http://wookware.org/ Principal hats: Linaro, ARM, Debian, Wookware
diff -Nru exiv2-0.23/debian/changelog exiv2-0.23/debian/changelog --- exiv2-0.23/debian/changelog 2012-05-05 00:32:30.000000000 +0100 +++ exiv2-0.23/debian/changelog 2014-07-14 14:50:16.000000000 +0100 @@ -1,3 +1,10 @@ +exiv2 (0.23-1.1) unreleased; urgency=low + + * Non-maintainer upload. + * Ensure configurey is updated for new architectures (Closes: #727295) + + -- Wookey <woo...@debian.org> Wed, 18 Jun 2014 21:55:26 +0000 + exiv2 (0.23-1) unstable; urgency=low * New upstream release diff -Nru exiv2-0.23/debian/rules exiv2-0.23/debian/rules --- exiv2-0.23/debian/rules 2012-01-24 20:19:10.000000000 +0000 +++ exiv2-0.23/debian/rules 2014-07-14 16:27:40.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ --parallel --with autotools-dev override_dh_auto_configure: dh_auto_configure -- --disable-rpath $(shell dpkg-buildflags --export=configure)