> Oh, OK. I missed that one. Just for the record: I contacted the > upstream author about this problem, but he don't want to update > config.* at this point - he is relying on libtool-1.5.16.
In this case it might be usefull to use auto-updating, i.e. change clean target into something like: clean: check dh_testroot rm -f stamp-build stamp-install -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub . && \ cp -f /usr/share/misc/config.sub maildir/ && \ cp -f /usr/share/misc/config.sub courier/ -test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess . && \ cp -f /usr/share/misc/config.guess maildir/ && \ cp -f /usr/share/misc/config.guess courier/ # Add here commands to clean up after the build process. -$(MAKE) clean dh_clean if [ -f srcmgr.list ]; then debian/srcmgr cleanse < srcmgr.list; rm srcmgr.list; fi #can be removed later rm -f debian/permissions It will work also with future upstream release with outdated config.sub/config.guess. Thanks Petr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]