Re: Bug#540966: lightning: ..trying to overwrite `/usr/share/info/dir.gz', which is also in package opencubicplayer
The following patch might work. Please double-check.
Whoever makes a QA upload for this (as the package is orphaned) will
have to modify it for dpatch, as that's what the source package uses.
diff -ru lightning-1.2.orig/doc/Makefile.in lightning-1.2/doc/Makefile.in
--- lightning-1.2.orig/doc/Makefile.in 2004-11-25 15:46:05.000000000 +0100
+++ lightning-1.2/doc/Makefile.in 2009-08-28 12:49:08.219685824 +0200
@@ -483,8 +483,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.
Reply to: