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

Sandro Tosi morph at debian.org
Tue Aug 16 00:36:34 UTC 2011


The following commit has been merged in the master branch:
commit d1082851fcce68c38db23a4b2266e611be909ca6
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Aug 12 22:25:40 2011 +0200

    clarify msg for 'other' option in release.d.o special package; thanks to Niels Thykier for teh report; Closes: #635071

diff --git a/debian/changelog b/debian/changelog
index 22c54f2..eb6659f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ reportbug (6.1) UNRELEASED; urgency=low
   * reportbug/debbugs.py
     - mention that 'www.debian.org' pseudo-package is not to be used for alioth;
       thanks to Nelson A. de Oliveira for the report; Closes: #631165
+    - clarify msg for 'other' option in release.d.o special package; thanks to
+      Niels Thykier for teh report; Closes: #635071
 
- -- Sandro Tosi <morph at debian.org>  Fri, 12 Aug 2011 21:30:02 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 12 Aug 2011 22:24:41 +0200
 
 reportbug (6.0) unstable; urgency=low
 
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 61632b8..e5049e0 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -395,7 +395,7 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
         'opu':              "oldstable proposed updates requests",
         'pu':               "stable proposed updates requests",
         'rm':               "Stable/Testing removal requests",
-        'other' :           "None of the above",
+        'other' :           "None of the other options",
         }, 'Choose the request type: ', empty_ok=True)
     if not tag:
         ui.long_message('To report a bug in a package, use the name of the package, not release.debian.org.\n')

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list