r1158 - in /trunk/packages/vim: debian/changelog runtime/syntax/debchangelog.vim

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed Jan 16 21:02:02 UTC 2008


Author: jamessan
Date: Wed Jan 16 21:02:01 2008
New Revision: 1158

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1158
Log:
Recognize lenny-backports/lenny-volatile.  (Closes: #461059)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/runtime/syntax/debchangelog.vim

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1158&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Wed Jan 16 21:02:01 2008
@@ -11,8 +11,10 @@
     - Drop Build-Conflicts on old version of libperl-dev.
     - Drop versioning from Build-Depends that are available in Sarge.
     - Drop unnecessary ruby and perl Build-Depends.
-  * runtime/syntax/debchangelog.vim:  Adjust the "Closes" syntax highlighting
-    to allow newlines as part of the whitespace.  (Closes: #460074)
+  * runtime/syntax/debchangelog.vim:
+    - Adjust the "Closes" syntax highlighting to allow newlines as part of the
+      whitespace.  (Closes: #460074)
+    - Recognize lenny-backports/lenny-volatile.  (Closes: #461059)
   * runtime/syntax/debcontrol.vim: Add s390x, sh3, sh3eb, sh4, sh4eb to the
     list of recognized architectures.  (Closes: #455993)
   * Added patches:
@@ -33,7 +35,7 @@
     - fstab.vim-syntax.diff:
       + Added more sshfs support based on feedback from upstream.
 
- -- James Vega <jamessan at debian.org>  Wed, 16 Jan 2008 10:23:09 -0500
+ -- James Vega <jamessan at debian.org>  Wed, 16 Jan 2008 16:00:03 -0500
 
 vim (1:7.1-175+2) unstable; urgency=low
 

Modified: trunk/packages/vim/runtime/syntax/debchangelog.vim
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/runtime/syntax/debchangelog.vim?rev=1158&op=diff
==============================================================================
--- trunk/packages/vim/runtime/syntax/debchangelog.vim (original)
+++ trunk/packages/vim/runtime/syntax/debchangelog.vim Wed Jan 16 21:02:01 2008
@@ -19,7 +19,7 @@
 " Define some common expressions we can use later on
 syn match debchangelogName	contained "^[[:alpha:]][[:alnum:].+-]\+ "
 syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
-syn match debchangelogTarget	contained "\( \(old\)\=stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| \%(sarge\|etch\)-backports\| \%(sarge\|etch\)-volatile\| \(old\)\=stable-security\| testing-security\| \(dapper\|edgy\|feisty\|gutsy\|hardy\)\(-\(security\|proposed\|updates\|backports\|commercial\|partner\)\)\?\)\+"
+syn match debchangelogTarget	contained "\( \(old\)\=stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| \%(sarge\|etch\|lenny\)-\%(backports\|-volatile\)\| \(old\)\=stable-security\| testing-security\| \(dapper\|edgy\|feisty\|gutsy\|hardy\)\(-\(security\|proposed\|updates\|backports\|commercial\|partner\)\)\?\)\+"
 syn match debchangelogVersion	contained "(.\{-})"
 syn match debchangelogCloses	contained "closes:\_s*\(bug\)\=#\=\_s\=\d\+\(,\_s*\(bug\)\=#\=\_s\=\d\+\)*"
 syn match debchangelogLP	contained "\clp:\s\+#\d\+\(,\s*#\d\+\)*"




More information about the pkg-vim-maintainers mailing list