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

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Oct 8 19:25:56 UTC 2006


Author: jamessan
Date: Sun Oct  8 19:25:55 2006
New Revision: 781

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=781
Log:
Enable multibyte/lang support. (#361378)

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=781&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun Oct  8 19:25:55 2006
@@ -15,6 +15,7 @@
     quotes nested inside double quotes. (closes: #390911)
   * Add a gnome-icon-theme Suggests for the packages which use a GTK/Gnome
     GUI.
+  * Build vim-tiny with multibyte support. (closes: #361378)
 
   [ Stefano Zacchiroli ]
   * Added patches perl.vim-ftplugin_perldoc.diff,
@@ -22,7 +23,7 @@
     usage of perldoc/pydoc/ri for keyword lookup on perl/python/ruby files.
     (closes: #389332)
 
- -- James Vega <jamessan at debian.org>  Sun,  8 Oct 2006 10:29:40 -0400
+ -- James Vega <jamessan at debian.org>  Sun,  8 Oct 2006 13:44:18 -0400
 
 vim (1:7.0-094+1) unstable; urgency=medium
 

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=781&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Sun Oct  8 19:25:55 2006
@@ -39,7 +39,9 @@
 TINYFLAGS+=--disable-netbeans
 TINYFLAGS+=--disable-acl
 TINYFLAGS+=--disable-gpm
-TINYFLAGS+=--disable-nls
+TINYFLAGS+=--enable-nls
+TINYFLAGS+=--enable-multibyte
+TINYFLAGS+=--enable-multilang
 
 # add -DFEAT_* from debian/tiny/features.txt
 TINYCFLAGS:=$(patsubst %,-D%,$(shell grep ^FEAT_ debian/tiny/features.txt | cut -f 1))




More information about the pkg-vim-maintainers mailing list