[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-69-g970d989

Sandro Tosi morph at debian.org
Thu Mar 11 21:22:15 UTC 2010


The following commit has been merged in the master branch:
commit 970d98939b611f077cdf96f485abf3e67dab0d02
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Mar 10 20:57:10 2010 +0100

    don't ask to choose a UI when there is only one choice; thanks to Olaf van der Spek for the report and to Carl Chenet for the patch; Closes: #567501

diff --git a/bin/reportbug b/bin/reportbug
index 3f1c6f8..e0ab11f 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -516,6 +516,7 @@ def offer_configuration(options):
                    order=utils.MODELIST)
 
     if options.configure or not options.interface:
+        # if there is only one UI available, the it's 'text', else ask
         if len(AVAILABLE_UIS) == 1:
             interface = 'text'
         else:
diff --git a/debian/changelog b/debian/changelog
index a5dc2a0..d71d056 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,8 +38,10 @@ reportbug (4.10.3) UNRELEASED; urgency=low
     - in the last menu, if cancelling from selecting a MUA to edit the report,
       just go back to the menu and don't crash; thanks to Elie Roux for the
       report; Closes: #562853
+    - don't ask to choose a UI when there is only one choice; thanks to Olaf van
+      der Spek for the report and to Carl Chenet for the patch; Closes: #567501
 
- -- Sandro Tosi <morph at debian.org>  Mon, 08 Mar 2010 20:33:03 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 10 Mar 2010 20:53:39 +0100
 
 reportbug (4.10.2) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list