On Thu, Dec 08, 2016 at 08:39:57PM -0800, Josh Triplett wrote: > Package: reportbug > Version: 6.6.6 > 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 c7f69fd7f6584f20509722148ab83606c4318638 Mon Sep 17 00:00:00 2001 From: Josh Triplett <[email protected]> Date: Thu, 8 Dec 2016 19:54:54 -0800 Subject: [PATCH] Add sections for Rust and JavaScript --- reportbug/debbugs.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py index b66c138..bcbaca9 100644 --- a/reportbug/debbugs.py +++ b/reportbug/debbugs.py @@ -270,12 +270,14 @@ def handle_debian_ftp(package, bts, ui, fromaddr, timeout, online=True, http_pro 'embedded': "", 'fonts': "", 'games': "", 'gnome': "", 'gnu-r': "", 'gnustep': "", 'graphics': "", 'hamradio': "", 'haskell': "", 'httpd': "", 'interpreters': "", - 'introspection': "", 'java': "", 'kde': "", 'kernel': "", + 'introspection': "", 'java': "", "javascript": "", + 'kde': "", 'kernel': "", 'libdevel': "", 'libs': "", 'lisp': "", 'localization': "", 'mail': "", 'math': "", 'metapackages': "", 'misc': "", 'net': "", 'news': "", 'ocaml': "", 'oldlibs': "", 'otherosfs': "", 'perl': "", 'php': "", 'python': "", - 'ruby': "", 'science': "", 'shells': "", 'sound': "", 'tex': "", + 'ruby': "", 'rust': "", + 'science': "", 'shells': "", 'sound': "", 'tex': "", 'text': "", 'utils': "", 'vcs': "", 'video': "", 'web': "", 'x11': "", 'xfce': "", 'zope': "", }, 'Choose the section: ', default=section, empty_ok=True) -- 2.11.0
_______________________________________________ Reportbug-maint mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint
