Debian Bug Tracking System <[EMAIL PROTECTED]> (29/09/2007):
> It has been closed by Cyril Brulebois <[EMAIL PROTECTED]>.

And here is the patch for my NMU.

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 ]

Attachment: pgpZbr4codbv2.pgp
Description: PGP signature

Reply via email to