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

Sandro Tosi morph at debian.org
Tue Jan 10 20:29:25 UTC 2012


The following commit has been merged in the master branch:
commit 7c6ba6c43d2b9c5d17ac798f1322d56b766c9a0c
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jan 10 21:27:30 2012 +0100

    clarify the menu title when presenting more packages; thanks to Alois Mahdal for the report; Closes: #654165

diff --git a/bin/reportbug b/bin/reportbug
index 7dea526..3531e4a 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1432,9 +1432,8 @@ class UI(object):
                             packages.append( (src, 'Source package') )
 
                         if len(packages) > 1:
-                            ewrite('Which of the following packages is the bug in?\n')
                             package = ui.menu(
-                                'Just press ENTER to exit reportbug.',
+                                'Which of the following packages is the bug in?',
                                 packages, empty_ok=True,
                                 prompt='Select one of these packages: ')
                         else:
diff --git a/debian/changelog b/debian/changelog
index 3775039..2482e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ reportbug (6.3.2) UNRELEASED; urgency=low
   * reportbug/checkversions.py
     - match version on the precise architecture, not just check string
       inclusiong; thanks to Nelson de Oliveira for the report; Closes: #650651
+  * bin/reportbug
+    - clarify the menu title when presenting more packages; thanks to Alois
+      Mahdal for the report; Closes: #654165
 
- -- Sandro Tosi <morph at debian.org>  Sun, 25 Dec 2011 15:47:33 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 10 Jan 2012 21:26:34 +0100
 
 reportbug (6.3.1) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list