r139 - trunk/vim7/debian

Norbert Tretkowski nobse@costa.debian.org
Tue, 29 Mar 2005 09:40:09 +0000


Author: nobse
Date: 2005-03-29 09:40:07 +0000 (Tue, 29 Mar 2005)
New Revision: 139

Modified:
   trunk/vim7/debian/changelog
   trunk/vim7/debian/control
   trunk/vim7/debian/rules
Log:
temporary disabled vim-lesstif


Modified: trunk/vim7/debian/changelog
===================================================================
--- trunk/vim7/debian/changelog	2005-03-29 09:35:12 UTC (rev 138)
+++ trunk/vim7/debian/changelog	2005-03-29 09:40:07 UTC (rev 139)
@@ -1,6 +1,7 @@
 vim (1:6.3+7.0aa.20050328-1~pre1) UNRELEASED; urgency=low
 
   * Updated to 7.00.65.
+  * Temporary disabled vim-lesstif package till cvs gets fixed.
   * Merged some more changes from 6.3 branch.
   * Completely kicked out kvim packages.
 

Modified: trunk/vim7/debian/control
===================================================================
--- trunk/vim7/debian/control	2005-03-29 09:35:12 UTC (rev 138)
+++ trunk/vim7/debian/control	2005-03-29 09:40:07 UTC (rev 139)
@@ -75,16 +75,16 @@
  This package contains a version of vim compiled with tcl scripting
  support and the GTK2 gui. 
 
-Package: vim-lesstif
-Architecture: any
-Depends: ${shlibs:Depends}, vim (= ${Source-Version})
-Description: Vi IMproved - LessTif Version
- Vim is an almost compatible version of the UNIX editor Vi.  Many new features
- have been added: multi level undo, syntax highlighting, command line history, 
- on-line help, filename completion, block operations, folding, Unicode support,
- etc.
- .
- This package contains a version of vim compiled with support for LessTif gui.
+#Package: vim-lesstif
+#Architecture: any
+#Depends: ${shlibs:Depends}, vim (= ${Source-Version})
+#Description: Vi IMproved - LessTif Version
+# Vim is an almost compatible version of the UNIX editor Vi.  Many new features
+# have been added: multi level undo, syntax highlighting, command line history, 
+# on-line help, filename completion, block operations, folding, Unicode support,
+# etc.
+# .
+# This package contains a version of vim compiled with support for LessTif gui.
 
 Package: vim-gnome
 Architecture: any

Modified: trunk/vim7/debian/rules
===================================================================
--- trunk/vim7/debian/rules	2005-03-29 09:35:12 UTC (rev 138)
+++ trunk/vim7/debian/rules	2005-03-29 09:40:07 UTC (rev 139)
@@ -66,21 +66,21 @@
   VARIANTS+=vim-ruby
   VARIANTS+=vim-gnome
   VARIANTS+=vim-gtk
-  VARIANTS+=vim-lesstif
   VARIANTS+=vim-perl
   VARIANTS+=vim-python
   VARIANTS+=vim-tcl
   VARIANTS+=vim-tiny
   VARIANTS+=vim-basic
+  VARIANTS_SKIP+=vim-lesstif
 else
   VARIANTS+=vim-ruby
   VARIANTS+=vim-gtk
   VARIANTS+=vim-python
-  VARIANTS+=vim-lesstif
   VARIANTS_SKIP+=vim-tiny
   VARIANTS_SKIP+=vim-perl
   VARIANTS_SKIP+=vim-gnome
   VARIANTS_SKIP+=vim-tcl
+  VARIANTS_SKIP+=vim-lesstif
   VARIANTS+=vim-basic
 endif