[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-79-g21163b7

James Vega jamessan at debian.org
Tue Apr 15 14:18:36 UTC 2008


The following commit has been merged in the debian branch:
commit 21163b775f27cfcb53982c4f5714ea5afbded057
Author: James Vega <jamessan at debian.org>
Date:   Tue Apr 15 10:15:29 2008 -0400

    Add oldstable-p-u/p-u to list of recognized releases.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 682a8b7..69ae9fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ vim (1:7.1.291-2) UNRELEASED; urgency=low
     - Use "setf" instead of "set ft" when setting the filetype to git so that
       we don't override another filetype which may have been set during
       filetype detection.
+  * runtime/syntax/debchangelog.vim:
+    - Cleanup the list of recognized releases and add
+      oldstable-proposed-updates/proposed-updates.
 
  -- James Vega <jamessan at debian.org>  Tue, 08 Apr 2008 05:03:25 -0400
 
diff --git a/runtime/syntax/debchangelog.vim b/runtime/syntax/debchangelog.vim
index 28fe854..f2b8a8e 100644
--- a/runtime/syntax/debchangelog.vim
+++ b/runtime/syntax/debchangelog.vim
@@ -19,7 +19,7 @@ syn case ignore
 " 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\|lenny\)-\%(backports\|-volatile\)\| \(old\)\=stable-security\| testing-security\| \(dapper\|edgy\|feisty\|gutsy\|hardy\)\(-\(security\|proposed\|updates\|backports\|commercial\|partner\)\)\?\)\+"
+syn match debchangelogTarget	contained "\v %(%(old)=stable|frozen|unstable|%(testing-|%(old)=stable-)=proposed-updates|experimental|%(sarge|etch|lenny)-%(backports|volatile)|%(testing|%(old)=stable)-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\+\)*"

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list