On Thu, Dec 08, 2016 at 08:41:06PM -0800, Josh Triplett wrote: > Package: vim > Version: 2:8.0.0095-1 > Severity: wishlist > Tags: patch > > The attached patch provides an update with new archive sections for > programming > language packages. See https://bugs.debian.org/753480 and > https://bugs.debian.org/845576 for more on the new sections. ftpmaster has > approved adding the two new sections, conditional on support for them in the > various packages with lists of archive section names. > > We'd like to include support for these sections in the next stable release of > Debian, so that packages from stable can process packages from testing, > unstable, experimental, backports, and third-party archives without > encountering unknown section names. > > Please consider applying this patch and uploading a version with this patch > included in either December or early January, to allow plenty of time for the > upload to propagate to testing before the freeze in early February.
Patch actually attached this time. (Apparently reportbug's -A option doesn't work with --mutt.) - Josh Triplett
>From 1417c1412c3759a8fc12db91a763530a941fb2cf Mon Sep 17 00:00:00 2001 From: Josh Triplett <j...@joshtriplett.org> Date: Thu, 8 Dec 2016 20:12:55 -0800 Subject: [PATCH] debcontrol.vim: Add sections for Rust and JavaScript --- runtime/syntax/debcontrol.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/debcontrol.vim b/runtime/syntax/debcontrol.vim index b52c496c9..b1bc9f8bf 100644 --- a/runtime/syntax/debcontrol.vim +++ b/runtime/syntax/debcontrol.vim @@ -38,7 +38,7 @@ unlet s:kernels s:archs s:pairs syn match debcontrolMultiArch contained "\%(no\|foreign\|allowed\|same\)" syn match debcontrolName contained "[a-z0-9][a-z0-9+.-]\+" syn match debcontrolPriority contained "\(extra\|important\|optional\|required\|standard\)" -syn match debcontrolSection contained "\v((contrib|non-free|non-US/main|non-US/contrib|non-US/non-free|restricted|universe|multiverse)/)?(admin|cli-mono|comm|database|debian-installer|debug|devel|doc|editors|education|electronics|embedded|fonts|games|gnome|gnustep|gnu-r|graphics|hamradio|haskell|httpd|interpreters|introspection|java|kde|kernel|libs|libdevel|lisp|localization|mail|math|metapackages|misc|net|news|ocaml|oldlibs|otherosfs|perl|php|python|ruby|science|shells|sound|text|tex|utils|vcs|video|web|x11|xfce|zope)" +syn match debcontrolSection contained "\v((contrib|non-free|non-US/main|non-US/contrib|non-US/non-free|restricted|universe|multiverse)/)?(admin|cli-mono|comm|database|debian-installer|debug|devel|doc|editors|education|electronics|embedded|fonts|games|gnome|gnustep|gnu-r|graphics|hamradio|haskell|httpd|interpreters|introspection|java|javascript|kde|kernel|libs|libdevel|lisp|localization|mail|math|metapackages|misc|net|news|ocaml|oldlibs|otherosfs|perl|php|python|ruby|rust|science|shells|sound|text|tex|utils|vcs|video|web|x11|xfce|zope)" syn match debcontrolPackageType contained "u\?deb" syn match debcontrolVariable contained "\${.\{-}}" syn match debcontrolDmUpload contained "\cyes" -- 2.11.0