Package: heimdal-docs
Version: 1.2.e1.dfsg.1-3
Severity: serious
Tags: patch

$ dpkg -c heimdal-docs_1.2.e1.dfsg.1-3_all.deb | grep info/dir.gz
-rw-r--r-- root/root       428 2009-10-21 01:46 ./usr/share/info/dir.gz

The dir.gz file should not be there. This is very bad because (among
other things) as soon as there are two packages with this bug, they
can't be installed simultaneously, so we might better not to have any
of them in testing, hence the serious severity.

The following patch might work, as it's nearly identical to other
suggested patches in similar bugs, but I have not actually tested in
this package, so please double check. You could also remove the "if"
block entirely.

diff -ru heimdal-1.2.e1.dfsg.1.orig/doc/Makefile.in 
heimdal-1.2.e1.dfsg.1/doc/Makefile.in
--- heimdal-1.2.e1.dfsg.1.orig/doc/Makefile.in  2008-07-28 14:05:28.000000000 
+0200
+++ heimdal-1.2.e1.dfsg.1/doc/Makefile.in       2009-10-23 11:14:30.382272598 
+0200
@@ -717,8 +717,7 @@
          done; \
        done
        @$(POST_INSTALL)
-       @if (install-info --version && \
-            install-info --version 2>&1 | sed 1q | grep -i -v debian) 
>/dev/null 2>&1; then \
+       @if false; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            relfile=`echo "$$file" | sed 's|^.*/||'`; \

Thanks.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to