r807 - in /trunk/packages/vim/debian: changelog rules
jamessan at users.alioth.debian.org
jamessan at users.alioth.debian.org
Tue Nov 7 15:24:49 CET 2006
Author: jamessan
Date: Tue Nov 7 15:24:48 2006
New Revision: 807
URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=807
Log:
Update the vim-basic install target so it doesn't try to use the vimcurrent symlink before it's been created. This was causing the vimspell.* files to be inadvertently distributed.
Modified:
trunk/packages/vim/debian/changelog
trunk/packages/vim/debian/rules
Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=807&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Nov 7 15:24:48 2006
@@ -9,8 +9,10 @@
* Add vim-runtime.postinst which runs helpztags so that we don't break the
help for other Vim addons everytime vim-runtime is upgraded.
(closes: #396934)
-
- -- James Vega <jamessan at debian.org> Fri, 3 Nov 2006 15:33:24 -0500
+ * Update the vim-basic install target in debian/rules to not rely on the
+ vimcurrent symlink before it has been setup.
+
+ -- James Vega <jamessan at debian.org> Mon, 6 Nov 2006 22:41:59 -0500
vim (1:7.0-152+1) unstable; urgency=low
Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=807&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Tue Nov 7 15:24:48 2006
@@ -353,9 +353,9 @@
rm -f $$f; \
done
# rm C part of maze (no longer working)
- rm -f $(DESTDIR)/usr/share/vim/vimcurrent/macros/maze/{*.c,Makefile}
+ rm -f $(DESTDIR)/usr/share/vim/$(VIMCUR)/macros/maze/{*.c,Makefile}
# fix for CAN-2005-0069
- rm -f $(DESTDIR)/usr/share/vim/vimcurrent/tools/vimspell.*
+ rm -f $(DESTDIR)/usr/share/vim/$(VIMCUR)/tools/vimspell.*
# helpztags manpage
pod2man -c "User Commands" -s 1 -q none -r "vim 7.0aa" \
-d "September 2003" debian/helpztags debian/helpztags.1
More information about the pkg-vim-maintainers
mailing list