r672 - in /trunk/packages/vim/debian: changelog control vim-variant.postinst

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat May 13 17:56:09 UTC 2006


Author: zack
Date: Sat May 13 17:56:08 2006
New Revision: 672

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=672
Log:
changes related to let vim-tiny enter the base system

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/control
    trunk/packages/vim/debian/vim-variant.postinst

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=672&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sat May 13 17:56:08 2006
@@ -14,6 +14,10 @@
       as such
     + added debian/runtime/virc; it creates a vi-like environment setting
       'compatible' and nothing else
+  * Raised the alternative priority of vim.basic from 20 to 30. Rationale: the
+    relative order we want to achieve is vim.tiny < nvi < vim.basic
+  * vim-tiny is ready to enter the base system
+    + set vim-tiny priority to Important
 
  -- James Vega <jamessan at debian.org>  Thu, 12 May 2006 13:45:36 -0400
 

Modified: trunk/packages/vim/debian/control
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/control?rev=672&op=diff
==============================================================================
--- trunk/packages/vim/debian/control (original)
+++ trunk/packages/vim/debian/control Sat May 13 17:56:08 2006
@@ -80,7 +80,7 @@
  documentation.
 
 Package: vim-tiny
-Priority: optional
+Priority: important
 Architecture: any
 Depends: vim-common (= ${Source-Version}), ${shlibs:Depends}
 Provides: editor

Modified: trunk/packages/vim/debian/vim-variant.postinst
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/vim-variant.postinst?rev=672&op=diff
==============================================================================
--- trunk/packages/vim/debian/vim-variant.postinst (original)
+++ trunk/packages/vim/debian/vim-variant.postinst Sat May 13 17:56:08 2006
@@ -66,7 +66,7 @@
 	add_variant_alternative 10
 	;;
       vim)
-	add_variant_alternative 20
+	add_variant_alternative 30
 	replace_dir_w_symlink /usr/share/doc/vim vim-common
 	;;
       vim-gtk|vim-lesstif)




More information about the pkg-vim-maintainers mailing list