From: Mark Wooding Date: Mon, 31 May 2010 23:00:23 +0000 (+0100) Subject: debian/rules: Remove `/usr/share/info/dir.gz'. X-Git-Tag: 1.3.6.1~1 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/12ba664f0e69a5ca075ce63647d49a1ddcb3bfe4 debian/rules: Remove `/usr/share/info/dir.gz'. The switch to GNU `install-info' from the dpkg version means that we generate a (largely bogus) `dir.gz' file. This gets picked up by `update-info-dir' and we lose the original `dir'. This in turn is a hopeless bummer because Emacs doesn't look for a `dir.gz' file, only an uncompressed `dir', and can't find any Info documents as a result. So terminate the offending file with extreme prejudice in the nick of time. --- diff --git a/debian/rules b/debian/rules index da79b9e..21eca79 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,6 @@ include $(CDBS)/rules/debhelper.mk include $(CDBS)/class/autotools.mk DEB_BUILDDIR = build + +install/cfd:: + rm -f debian/cfd/usr/share/info/dir