Package: cscope Version: 15.7a-3.6 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
cscope's config.guess/config.sub are out of date for the forthcoming arm64 port. The attached patch sets things up so that you don't have to be bothered by this type of bug for future ports. (This appears to have been a regression introduced by NMU 15.7a-3.1.) * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. diff -Nru cscope-15.7a/debian/rules cscope-15.7a/debian/rules --- cscope-15.7a/debian/rules 2011-12-13 16:34:31.000000000 +0000 +++ cscope-15.7a/debian/rules 2013-10-14 10:39:37.000000000 +0100 @@ -7,7 +7,7 @@ dh_clean find -type d -name CVS | xargs --no-run-if-empty rm -rf %: - dh $@ + dh $@ --with autotools_dev # End of file Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org