debian/rules: Remove `/usr/share/info/dir.gz'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 31 May 2010 23:00:23 +0000 (00:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 31 May 2010 23:09:51 +0000 (00:09 +0100)
commit12ba664f0e69a5ca075ce63647d49a1ddcb3bfe4
tree7c33bc5ae671a98362e429765e9c93b5540f9aa7
parent1822e5eeb1f3716f25d57e881ea8e6bd651fc9c9
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