Patrick Winnertz <[EMAIL PROTECTED]> (10/09/2007): > Justification: Package content changed
Oops, obsolete (and not working) patch. Here's the one actually used in the NMU. Sorry for the noise. Cheers, -- Cyril Brulebois
diff -u vim-latexsuite-20060325/debian/rules
vim-latexsuite-20060325/debian/rules
--- vim-latexsuite-20060325/debian/rules
+++ vim-latexsuite-20060325/debian/rules
@@ -88,7 +88,9 @@
install-script:
cp -R $(DIRS) $(INSTALLDIR)
- rm -f $(BORKENFILES)
+ for i in $(BORKENFILES) ; do \
+ rm -f $(INSTALLDIR)/$$i ; \
+ done
gzip-doc: $(DOCFILES)
diff -u vim-latexsuite-20060325/debian/changelog
vim-latexsuite-20060325/debian/changelog
--- vim-latexsuite-20060325/debian/changelog
+++ vim-latexsuite-20060325/debian/changelog
@@ -1,3 +1,11 @@
+vim-latexsuite (20060325-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Delete the broken files in the installation directory, not in the source
+ tree, which fixes the double-build FTBFS (Closes: #441730).
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Sat, 29 Sep 2007 18:32:11 +0200
+
vim-latexsuite (20060325-4) unstable; urgency=low
[ Stefano Zacchiroli ]
pgpSKnwVanRuF.pgp
Description: PGP signature

