r726 - in /trunk/packages/vim: debian/changelog patches/debcontrol.vim.diff

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed Jun 28 15:22:41 UTC 2006


Author: jamessan
Date: Wed Jun 28 15:22:39 2006
New Revision: 726

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=726
Log:
Update debcontrol.vim.diff for #375848

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/debcontrol.vim.diff

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=726&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Wed Jun 28 15:22:39 2006
@@ -7,11 +7,13 @@
   * debian/control: Make Vim binNMUable.
   * Rename the augroup in $VIMRUNTIME/debian.vim so it doesn't conflict with
     Vim's FileType autocmd event.
+  * Update patches/debcontrol.vim.diff to fix the package name regexp.
+    (closes: #375848)
 
   [ Stefano Zacchiroli ]
   * Removed patch edit.c.diff, no longer needed after upstream patch 023
 
- -- James Vega <jamessan at debian.org>  Mon, 19 Jun 2006 10:55:13 -0400
+ -- James Vega <jamessan at debian.org>  Wed, 28 Jun 2006 10:56:41 -0400
 
 vim (1:7.0-017+8) unstable; urgency=medium
 

Modified: trunk/packages/vim/patches/debcontrol.vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/debcontrol.vim.diff?rev=726&op=diff
==============================================================================
--- trunk/packages/vim/patches/debcontrol.vim.diff (original)
+++ trunk/packages/vim/patches/debcontrol.vim.diff Wed Jun 28 15:22:39 2006
@@ -1,13 +1,15 @@
 Index: vim/runtime/syntax/debcontrol.vim
 ===================================================================
---- vim.orig/runtime/syntax/debcontrol.vim	2006-05-13 13:21:29.000000000 -0500
-+++ vim/runtime/syntax/debcontrol.vim	2006-05-13 13:25:54.000000000 -0500
-@@ -25,7 +25,7 @@
+--- vim/runtime/syntax/debcontrol.vim.orig
++++ vim/runtime/syntax/debcontrol.vim
+@@ -25,8 +25,8 @@
  syn match debControlSpace " "
  
  " Define some common expressions we can use later on
 -syn match debcontrolArchitecture contained "\(all\|any\|alpha\|amd64\|arm\(eb\)\=\|hppa\|i386\|ia64\|m32r\|m68k\|mipsel\|mips\|powerpc\|ppc64\|s390\|sheb\|sh\|sparc64\|sparc\|hurd-i386\|kfreebsd-\(i386\|gnu\)\|knetbsd-i386\|netbsd-\(alpha\|i386\)\)"
+-syn match debcontrolName contained "[a-z][a-z0-9+-]*"
 +syn match debcontrolArchitecture contained "\(all\|any\|alpha\|amd64\|arm\(eb\)\=\|hppa\|i386\|ia64\|m32r\|m68k\|mipsel\|mips\|powerpc\|ppc64\|s390\|s390x\|sheb\|sh\|sparc64\|sparc\|hurd-i386\|kfreebsd-\(i386\|gnu\)\|knetbsd-i386\|netbsd-\(alpha\|i386\)\)"
- syn match debcontrolName contained "[a-z][a-z0-9+-]*"
++syn match debcontrolName contained "[a-z0-9][a-z0-9+.-]\+"
  syn match debcontrolPriority contained "\(extra\|important\|optional\|required\|standard\)"
  syn match debcontrolSection contained "\(\(contrib\|non-free\|non-US/main\|non-US/contrib\|non-US/non-free\)/\)\=\(admin\|base\|comm\|devel\|doc\|editors\|electronics\|embedded\|games\|gnome\|graphics\|hamradio\|interpreters\|kde\|libs\|libdevel\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|perl\|python\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
+ syn match debcontrolVariable contained "\${.\{-}}"




More information about the pkg-vim-maintainers mailing list