Package: nautilus-share Version: 0.7.3-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
nautilus-share'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. * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. diff -Nru nautilus-share-0.7.3/debian/rules nautilus-share-0.7.3/debian/rules --- nautilus-share-0.7.3/debian/rules 2011-07-08 12:30:06.000000000 +0100 +++ nautilus-share-0.7.3/debian/rules 2013-10-14 10:52:15.000000000 +0100 @@ -19,4 +19,4 @@ # disable shlibs %: - dh $@ + dh $@ --with autotools_dev 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