From 12ba664f0e69a5ca075ce63647d49a1ddcb3bfe4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 1 Jun 2010 00:00:23 +0100 Subject: [PATCH] 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. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0