r110 - trunk/vim/debian

Norbert Tretkowski nobse@costa.debian.org
Thu, 24 Mar 2005 21:25:42 +0000


Author: nobse
Date: 2005-03-24 21:25:40 +0000 (Thu, 24 Mar 2005)
New Revision: 110

Removed:
   trunk/vim/debian/vim-doc.links
   trunk/vim/debian/vim-doc.preinst
Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/control
   trunk/vim/debian/rules
Log:
vim-doc no longer depends on vim


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-24 14:52:27 UTC (rev 109)
+++ trunk/vim/debian/changelog	2005-03-24 21:25:40 UTC (rev 110)
@@ -7,6 +7,7 @@
 
   * Norbert Tretkowski <nobse@debian.org>:
     + Added James Vega <jamessan@jamessan.com> to uploaders.
+    + No reason for vim-doc to depend on vim, removed that dependency.
 
   * Pierre Habouzit <pierre.habouzit@m4x.org>:
     + Fix php indent plugin thanks to the ITLab at MUSC.  (closes: #282135)
@@ -32,7 +33,7 @@
     + Closes: #269325: [syntax/sh.vim] highlighting of comments containing
       right parenthesis wrong when comments occur between switches of case
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Thu, 24 Mar 2005 14:30:06 +0100
+ -- Norbert Tretkowski <nobse@debian.org>  Thu, 24 Mar 2005 22:24:10 +0100
 
 vim (1:6.3-067+2) unstable; urgency=medium
 

Modified: trunk/vim/debian/control
===================================================================
--- trunk/vim/debian/control	2005-03-24 14:52:27 UTC (rev 109)
+++ trunk/vim/debian/control	2005-03-24 21:25:40 UTC (rev 110)
@@ -242,7 +242,6 @@
 Package: vim-doc
 Priority: optional
 Architecture: all
-Depends: vim
 Replaces: vim (<< 1:6.2-098+1)
 Description: Vi IMproved - Documentation files
  Vim is an almost compatible version of the UNIX editor Vi.  Many new features

Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-03-24 14:52:27 UTC (rev 109)
+++ trunk/vim/debian/rules	2005-03-24 21:25:40 UTC (rev 110)
@@ -228,8 +228,8 @@
 	dh_installdirs
 	dh_link
 	dh_install
-	dh_installchangelogs $(foreach v,$(VARIANTS),-N$(v)) -Nvim-doc
-	dh_installdocs $(foreach v,$(VARIANTS),-N$(v)) -Nvim-doc
+	dh_installchangelogs $(foreach v,$(VARIANTS),-N$(v))
+	dh_installdocs $(foreach v,$(VARIANTS),-N$(v))
 	dh_installmenu
 	dh_installmime
 	touch $@

Deleted: trunk/vim/debian/vim-doc.links
===================================================================
--- trunk/vim/debian/vim-doc.links	2005-03-24 14:52:27 UTC (rev 109)
+++ trunk/vim/debian/vim-doc.links	2005-03-24 21:25:40 UTC (rev 110)
@@ -1 +0,0 @@
-usr/share/doc/vim	usr/share/doc/vim-doc

Deleted: trunk/vim/debian/vim-doc.preinst
===================================================================
--- trunk/vim/debian/vim-doc.preinst	2005-03-24 14:52:27 UTC (rev 109)
+++ trunk/vim/debian/vim-doc.preinst	2005-03-24 21:25:40 UTC (rev 110)
@@ -1,15 +0,0 @@
-#! /bin/sh -e
-
-pkg=vim-doc
-
-if [ ! -h /usr/share/doc/$pkg ] ; then
-  if [ -d /usr/share/doc/$pkg ] ; then
-    rm -f /usr/share/doc/$pkg/*
-    rmdir /usr/share/doc/$pkg/
-  fi
-fi
-
-#DEBHELPER#
-
-exit 0
-