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

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed Aug 1 19:54:36 UTC 2007


Author: jamessan
Date: Wed Aug  1 19:54:36 2007
New Revision: 1000

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1000
Log:
* Build vim with the huge feature set to pull in +profile (the only
  difference between the big and huge feature sets).

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=1000&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Wed Aug  1 19:54:36 2007
@@ -15,8 +15,10 @@
   * Add verilog.vim_ftplugin-cpoptions.diff, which locally enables line
     continuations for the ftplugin in order to prevent an error when being run
     in vi-compatible mode.  (Closes: #430372)
-
- -- James Vega <jamessan at debian.org>  Wed, 01 Aug 2007 13:29:36 -0400
+  * Build vim with the huge feature set to pull in +profile (the only
+    difference between the big and huge feature sets).
+
+ -- James Vega <jamessan at debian.org>  Wed, 01 Aug 2007 15:51:46 -0400
 
 vim (1:7.1-022+1) unstable; urgency=low
 

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=1000&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Wed Aug  1 19:54:36 2007
@@ -48,7 +48,7 @@
 
 OPTFLAGS+=--enable-gpm
 OPTFLAGS+=--enable-cscope
-OPTFLAGS+=--with-features=big
+OPTFLAGS+=--with-features=huge
 OPTFLAGS+=--enable-multibyte
 
 GUIFLAGS+=--with-x




More information about the pkg-vim-maintainers mailing list