r408 - in trunk/vim/debian: . patches

James Vega jamessan-guest at costa.debian.org
Fri Nov 11 19:36:58 UTC 2005


Author: jamessan-guest
Date: 2005-11-11 19:36:56 +0000 (Fri, 11 Nov 2005)
New Revision: 408

Added:
   trunk/vim/debian/patches/148_debchangelog.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
Added a patch for the debchangelog.vim syntax file to fix #338557


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-11-08 20:08:48 UTC (rev 407)
+++ trunk/vim/debian/changelog	2005-11-11 19:36:56 UTC (rev 408)
@@ -16,8 +16,12 @@
     (ancient preinst, no longer needed to support upgrades from sarge).
   * Updated Description-s in debian/control.
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Sun, 23 Oct 2005 16:41:04 +0200
+  [ James Vega ]
+  * Added patch 148_debchangelog.vim.diff, update syntax/debchangelog.vim to
+    recognize infrequently used but policy compliant syntax. (closes: #338557)
 
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Fri, 11 Nov 2005 14:09:24 -0500
+
 vim (1:6.4-001+2) unstable; urgency=low
 
   [ Stefano Zacchiroli ]

Added: trunk/vim/debian/patches/148_debchangelog.vim.diff
===================================================================
--- trunk/vim/debian/patches/148_debchangelog.vim.diff	2005-11-08 20:08:48 UTC (rev 407)
+++ trunk/vim/debian/patches/148_debchangelog.vim.diff	2005-11-11 19:36:56 UTC (rev 408)
@@ -0,0 +1,17 @@
+diff -urN vim64/runtime/syntax/debchangelog.vim vim64.new/runtime/syntax/debchangelog.vim
+--- vim64/runtime/syntax/debchangelog.vim	2005-11-11 13:56:26.000000000 -0500
++++ vim64.new/runtime/syntax/debchangelog.vim	2005-11-11 13:56:09.000000000 -0500
+@@ -15,10 +15,10 @@
+ 
+ " Define some common expressions we can use later on
+ syn match debchangelogName	contained "^[[:alpha:]][[:alnum:].+-]\+ "
+-syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\)"
+-syn match debchangelogTarget	contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\)\+"
++syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
++syn match debchangelogTarget	contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| stable-security\| testing-security\)\+;"
+ syn match debchangelogVersion	contained "(.\{-})"
+-syn match debchangelogCloses	contained "closes:\s*\(bug\)\=#\s\=\d\+\(,\s*\(bug\)\=#\s\=\d\+\)*"
++syn match debchangelogCloses	contained "closes:\s*\(bug\)\=#\=\s\=\d\+\(,\s*\(bug\)\=#\=\s\=\d\+\)*"
+ syn match debchangelogEmail	contained "[_=[:alnum:].+-]\+@[[:alnum:]./\-]\+"
+ syn match debchangelogEmail	contained "<.\{-}>"
+ 




More information about the pkg-vim-maintainers mailing list