On Wed, Oct 23, 2013 at 7:13 PM, Matthias Klose <d...@debian.org> wrote: > Package: src:moodbar > Version: 0.1.2-4 > Severity: normal > User: debian-...@lists.debian.org > Usertags: arm64 > > The package fails to build on arm64 (aarch64-linux-gnu), because the > config.{guess,sub} files are out of date, and are not updated during > the build. If possible, please do not update these files directly, > but build-depend on autotools-dev instead, and use the tools provided > by autotools-dev to update these files. > > - For dh, call dh --with autotools_dev (yes, underscore).
Hi Matthias, In debian/rules, I call: %: dh $@ --with autoreconf override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf $(CURDIR)/autogen.sh as I need to force an update of aclocal.m4 (see BTS #689373). I can confirm that this does not also update config.{guess,sub} and that using autotools_dev does. Unfortunately, autotools_dev doesn't seem to update of aclocal.m4. man autoreconf says: dh_autoreconf is a superset of the autotools-dev debhelper addons, so you do not need --with=autotools_dev if you use --with=autoreconf. In fact, in most cases they should not be used together, as it may lead to unpredictable behaviour. So if you have any advice on how to proceed before I go and do this all by hand the old school way, I'd greatly appreciate it. Thanks, -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb> PGP/GPG Key ID: D53FDCB1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org