Bug#847933: vim: please update supported Ubuntu series

2016-12-13 Thread James McCoy
On Mon, Dec 12, 2016 at 03:57:12PM +0200, Graham Inggs wrote:
> Please consider the attached patch for dropping Vivid and Wily from the list
> of supported Ubuntu series.

I intentionally stopped doing that, actually.  Those old release names
aren't invalid, they're just not currently targeted for use.  I'd rather
have debchangelog adapted to highlight them distinctly, similar to
debsources.vim, and maintain the list of old releases.

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB



Bug#847933: vim: please update supported Ubuntu series

2016-12-12 Thread Graham Inggs

Source: vim
Version: 2:8.0.0095-1
Severity: wishlist

Hi Maintainer

Please consider the attached patch for dropping Vivid and Wily from the 
list of supported Ubuntu series.


Regards
Graham

Description: Adjust supported series lists.
 Drop vivid and wily from supported list.
Author: Adam Conrad 
Last-Update: 2016-12-06
--- a/runtime/syntax/debchangelog.vim
+++ b/runtime/syntax/debchangelog.vim
@@ -21,7 +21,7 @@
 syn match debchangelogName	contained "^[[:alnum:]][[:alnum:].+-]\+ "
 exe 'syn match debchangelogFirstKV	contained "; \('.urgency.'\|'.binNMU.'\)"'
 exe 'syn match debchangelogOtherKV	contained ", \('.urgency.'\|'.binNMU.'\)"'
-syn match debchangelogTarget	contained "\v %(frozen|unstable|sid|%(testing|%(old)=stable)%(-proposed-updates|-security)=|experimental|squeeze-%(backports%(-sloppy)=|volatile|lts|security)|wheezy-%(backports%(-sloppy)=|security)|jessie%(-backports|-security)=|stretch|%(devel|precise|trusty|vivid|wily|xenial|yakkety|zesty)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
+syn match debchangelogTarget	contained "\v %(frozen|unstable|sid|%(testing|%(old)=stable)%(-proposed-updates|-security)=|experimental|squeeze-%(backports%(-sloppy)=|volatile|lts|security)|wheezy-%(backports%(-sloppy)=|security)|jessie%(-backports|-security)=|stretch|%(devel|precise|trusty|xenial|yakkety|zesty)%(-%(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\+\)*"