Bug#441730: vim-latexsuite: package content changed if build twice or more times in a row
Cyril Brulebois
cyril.brulebois at enst-bretagne.fr
Sat Sep 29 18:19:03 UTC 2007
Patrick Winnertz <winnie at der-winnie.de> (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
-------------- next part --------------
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 <cyril.brulebois at enst-bretagne.fr> Sat, 29 Sep 2007 18:32:11 +0200
+
vim-latexsuite (20060325-4) unstable; urgency=low
[ Stefano Zacchiroli ]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20070929/090365ad/attachment-0002.pgp
More information about the pkg-vim-maintainers
mailing list