[Reportbug-commits] [reportbug] 01/06: Add sections for Rust and JavaScript

Sandro Tosi morph at moszumanska.debian.org
Sun Dec 18 21:15:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 364e83d8a884773e7da31fb0d4ecd9fc5751d908
Author: Josh Triplett <josh at joshtriplett.org>
Date:   Thu Dec 8 19:54:54 2016 -0800

    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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list