r1162 - in /trunk/packages/vim/debian: changelog rules

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Thu Jan 17 18:36:24 UTC 2008


Author: jamessan
Date: Thu Jan 17 18:36:02 2008
New Revision: 1162

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1162
Log:
Fix the bug number from the previous commit

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=1162&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Thu Jan 17 18:36:02 2008
@@ -11,7 +11,7 @@
     - Drop Build-Conflicts on old version of libperl-dev.
     - Drop versioning from Build-Depends that are available in Sarge.
     - Drop unnecessary ruby and perl Build-Depends.
-    - Suggest ttf-dejavu instead of ttf-bitstream-vera.  (Closes: #491295)
+    - Suggest ttf-dejavu instead of ttf-bitstream-vera.  (Closes: #461295)
   * runtime/syntax/debchangelog.vim:
     - Adjust the "Closes" syntax highlighting to allow newlines as part of the
       whitespace.  (Closes: #460074)

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=1162&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Thu Jan 17 18:36:02 2008
@@ -307,13 +307,6 @@
 	@for f in `find $(DESTDIR)/usr/share/man -name view.1 -o -name ex.1`; do \
 	  rm -f $$f; \
 	done
-	 # rm C part of maze (no longer working)
-	rm -f $(DESTDIR)/usr/share/vim/$(SRCDIR)/macros/maze/{*.c,Makefile}
-	 # fix for CAN-2005-0069
-	rm -f $(DESTDIR)/usr/share/vim/$(SRCDIR)/tools/vimspell.*
-	# pointless script to start vim in 132 column mode which causes a
-	# lintian warning for no Depends/Recommends/Suggests on csh
-	rm -f $(DESTDIR)/usr/share/vim/$(SRCDIR)/tools/vim132
 	 # 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