Package: vim-runtime Version: 1:7.1-175+2~bpo40+1 Severity: wishlist Tags: patch
Hi! It is forseable that lenny will have volatile and backports too... Some of those will be probably worked on under lenny itself, so I was wondering: why not adding support for those target under the debian changelog syntax file before lenny is released? Here is a patch that does it! Thanks! Guido -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.24-rc7rw00 Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) Versions of packages vim-runtime depends on: ii dpkg 1.13.25 package maintenance system for Deb Versions of packages vim-runtime recommends: ii vim 1:7.1-175+2~bpo40+1 Vi IMproved - enhanced vi editor ii vim-tiny 1:7.1-175+2~bpo40+1 Vi IMproved - enhanced vi editor - -- no debconf information
diff -ru vim-7.1.orig/runtime/syntax/debchangelog.vim vim-7.1/runtime/syntax/debchangelog.vim --- vim-7.1.orig/runtime/syntax/debchangelog.vim 2008-01-16 12:36:29.000000000 +0100 +++ vim-7.1/runtime/syntax/debchangelog.vim 2008-01-16 12:39:15.713004503 +0100 @@ -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\| \%(sarge\|etch\|lenny\)-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\+\)*"