Package: autotools-dev User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, there are still packages with very outdated config.sub/config.guess. One example is libtecla, see #621887. Even with correctly spelled "dh $@ --with autotools_dev", the build fails similarly as in https://buildd.debian.org/status/fetch.php?pkg=libtecla&arch=kfreebsd-amd64&ver=1.6.1-4&stamp=1323849474 The workaround for libtecla have been: override_dh_auto_clean: dh_autotools-dev_updateconfig dh_auto_clean The dh_auto_clean leads into "make distclean", which needs updated config.sub/config.guess. May be some insert_before("dh_auto_clean", "autotools-dev_updateconfig") in /usr/share/perl5/Debian/Debhelper/Sequence/autotools_dev.pm suffices. Thanks for considering it. Petr -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org