r449 - in trunk/vim/debian: . patches

Norbert Tretkowski nobse at costa.debian.org
Mon Dec 26 10:26:11 UTC 2005


Author: nobse
Date: 2005-12-26 10:26:09 +0000 (Mon, 26 Dec 2005)
New Revision: 449

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/patches/148_debchangelog.vim.diff
Log:
Added sarge-backports and sarge-volatile to debchangelog hilighting.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-12-24 16:20:12 UTC (rev 448)
+++ trunk/vim/debian/changelog	2005-12-26 10:26:09 UTC (rev 449)
@@ -5,9 +5,10 @@
 
   [ Norbert Tretkowski ]
   * Fixed typo in README.Debian. (closes: #344608)
+  * Added sarge-backports and sarge-volatile to debchangelog hilighting.
   * Removed build-dependencies added for woody backport a while ago.
 
- -- Norbert Tretkowski <nobse at debian.org>  Sat, 24 Dec 2005 17:18:34 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Mon, 26 Dec 2005 11:24:19 +0100
 
 vim (1:6.4-006+1) unstable; urgency=low
 

Modified: trunk/vim/debian/patches/148_debchangelog.vim.diff
===================================================================
--- trunk/vim/debian/patches/148_debchangelog.vim.diff	2005-12-24 16:20:12 UTC (rev 448)
+++ trunk/vim/debian/patches/148_debchangelog.vim.diff	2005-12-26 10:26:09 UTC (rev 449)
@@ -8,7 +8,7 @@
 -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 debchangelogTarget	contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| sarge-backports\| sarge-volatile\| 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\+\)*"




More information about the pkg-vim-maintainers mailing list