[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-86-g832fecc

Sandro Tosi morph at debian.org
Sun Dec 4 15:56:16 UTC 2011


The following commit has been merged in the master branch:
commit 832fecc87dabe1e5f307ec8c706e47450baf8910
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 4 16:54:08 2011 +0100

    added new ftp archive sections: 'education', 'introspection' and 'metapackages' as per msgid:<87iplw8px9.fsf at lennier.ganneff.de>

diff --git a/debian/changelog b/debian/changelog
index d98eea0..ec78cf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,11 @@ reportbug (6.3.1) UNRELEASED; urgency=low
   * reportbug/utils.py
     - remove tailing white spaces from dependencies list; thanks to Nelson A. de
       Oliveira for the report and patch; Closes: #650659
+  * reportbug/debbugs.py
+    - added new ftp archive sections: 'education', 'introspection' and
+      'metapackages' as per msgid:<87iplw8px9.fsf at lennier.ganneff.de>
 
- -- Sandro Tosi <morph at debian.org>  Sun, 04 Dec 2011 16:01:55 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 04 Dec 2011 16:48:58 +0100
 
 reportbug (6.3) unstable; urgency=low
 
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index d364666..ae278be 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -273,17 +273,18 @@ def handle_debian_ftp(package, bts, ui, fromaddr, timeout, online=True, http_pro
         new_section = ui.menu('Select the new section', {
                 'admin': "", 'cli-mono': "", 'comm': "", 'database': "",
                 'debian-installer': "", 'debug': "", 'devel': "", 'doc': "",
-                'editors': "", 'electronics': "", 'embedded': "", 'fonts': "",
-                'games': "", 'gnome': "", 'gnu-r': "", 'gnustep': "",
-                'graphics': "", 'hamradio': "", 'haskell': "", 'httpd': "",
-                'interpreters': "", 'java': "", 'kde': "", 'kernel': "",
+                'editors': "", 'education': "", 'electronics': "",
+                'embedded': "", 'fonts': "", 'games': "", 'gnome': "",
+                'gnu-r': "", 'gnustep': "", 'graphics': "", 'hamradio': "",
+                'haskell': "", 'httpd': "", 'interpreters': "",
+                'introspection': "", 'java': "", 'kde': "", 'kernel': "",
                 'libdevel': "", 'libs': "", 'lisp': "", 'localization': "",
-                'mail': "", 'math': "", 'misc': "", 'net': "",
-                'news': "", 'ocaml': "", 'oldlibs': "", 'otherosfs': "",
-                'perl': "", 'php': "", 'python': "", 'ruby': "",
-                'science': "", 'shells': "", 'sound': "", 'tex': "",
-                'text': "", 'utils': "", 'vcs': "", 'video': "",
-                'web': "", 'x11': "", 'xfce': "", 'zope': "",
+                'mail': "", 'math': "", 'metapackages': "", 'misc': "",
+                'net': "", 'news': "", 'ocaml': "", 'oldlibs': "",
+                'otherosfs': "", 'perl': "", 'php': "", 'python': "",
+                'ruby': "", 'science': "", 'shells': "", 'sound': "", 'tex': "",
+                'text': "", 'utils': "", 'vcs': "", 'video': "", 'web': "",
+                'x11': "", 'xfce': "", 'zope': "",
         }, 'Choose the section: ', default=section, empty_ok=True)
         if not new_section:
             new_section = section

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list