[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.0-22-ge53e415

Luca Bruno lethalman88 at gmail.com
Wed Mar 25 22:56:44 UTC 2009


The following commit has been merged in the master branch:
commit 87ef2932dcbb181588763756e16c1dc7cae09aa4
Author: Luca Bruno <lethalman88 at gmail.com>
Date:   Wed Mar 25 21:32:10 2009 +0100

    offer interface configuration on explicit configuration or when no interface is being specified. Closes: #521162/3

diff --git a/bin/reportbug b/bin/reportbug
index e902d74..d924e46 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -437,9 +437,10 @@ def offer_configuration(options):
                    utils.MODES, 'Select mode: ', options.mode,
                    order=utils.MODELIST)
 
-    interface = ui.menu(
-        'Please choose the default interface for reportbug.', AVAILABLE_UIS,
-        'Select interface: ', options.interface)
+    if options.configure or not options.interface:
+        interface = ui.menu(
+            'Please choose the default interface for reportbug.', AVAILABLE_UIS,
+            'Select interface: ', options.interface)
 
     online = ui.yes_no('Will reportbug often have direct '
                        'Internet access?  (You should answer yes to this '
diff --git a/debian/changelog b/debian/changelog
index 02da43d..f39719e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ reportbug (4.1) UNRELEASED; urgency=low
   [ Luca Bruno ]
   * bin/reportbug:
     - fix default when choosing for realname and email at configuration time
+    - offer interface configuration on explicit configuration or when no
+      interface is being specified
 
- -- Luca Bruno <lethalman88 at gmail.com>  Wed, 25 Mar 2009 21:20:47 +0100
+ -- Luca Bruno <lethalman88 at gmail.com>  Wed, 25 Mar 2009 21:28:19 +0100
 
 reportbug (4.0) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list