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

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Mon Jul 3 05:59:12 UTC 2006


Author: jamessan
Date: Mon Jul  3 05:59:09 2006
New Revision: 730

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=730
Log:
Update debcontrol.vim and debcontrol.vim.diff to include XS-Python-Version and XB-Python-Version (#373661)

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=730&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Mon Jul  3 05:59:09 2006
@@ -9,8 +9,10 @@
     Vim's FileType autocmd event.
   * Update patches/debcontrol.vim.diff to fix the package name regexp.
     (closes: #375848)
+  * Update patches/debcontrol.vim.diff to include XS-Python-Version and
+    XB-Python-Version.  (closes: #373661)
   * Add patches/php.vim.diff, which removes the 'delete' keyword from PHP's
-    syntax highlighting. (closes: #368089)
+    syntax highlighting.  (closes: #368089)
 
   [ Stefano Zacchiroli ]
   * Removed patch edit.c.diff, no longer needed after upstream patch 023

Modified: trunk/packages/vim/patches/debcontrol.vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/debcontrol.vim.diff?rev=730&op=diff
==============================================================================
--- trunk/packages/vim/patches/debcontrol.vim.diff (original)
+++ trunk/packages/vim/patches/debcontrol.vim.diff Mon Jul  3 05:59:09 2006
@@ -13,3 +13,12 @@
  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 "\${.\{-}}"
+@@ -45,7 +45,7 @@
+ syn region debcontrolStrictField start="^Section" end="$" contains=debcontrolKey,debcontrolSection oneline
+ 
+ " Catch-all for the other legal fields
+-syn region debcontrolField start="^\(Maintainer\|Build-Depends\|Build-Conflicts\|Build-Depends-Indep\|Build-Conflicts-Indep\|Standards-Version\|Pre-Depends\|Depends\|Recommends\|Suggests\|Provides\|Replaces\|Conflicts\|Essential\|Bugs\|Origin\|Enhances\):" end="$" contains=debcontrolKey,debcontrolVariable,debcontrolEmail oneline
++syn region debcontrolField start="^\(Maintainer\|Build-Depends\|Build-Conflicts\|Build-Depends-Indep\|Build-Conflicts-Indep\|Standards-Version\|Pre-Depends\|Depends\|Recommends\|Suggests\|Provides\|Replaces\|Conflicts\|Essential\|Bugs\|Origin\|Enhances\|X\(S\|B\)-Python-Version\):" end="$" contains=debcontrolKey,debcontrolVariable,debcontrolEmail oneline
+ syn region debcontrolMultiField start="^\(Uploaders\|Description\):" skip="^ " end="^$"me=s-1 end="^[^ ]"me=s-1 contains=debcontrolKey,debcontrolEmail,debcontrolVariable
+ 
+ " Associate our matches and regions with pretty colours




More information about the pkg-vim-maintainers mailing list