[Reportbug-commits] [reportbug] 05/12: default '--exitprompt' to False, should avoid a spurious message in GTK UI when reporting additional information; Closes: #745514

Sandro Tosi morph at moszumanska.debian.org
Fri Jan 1 18:37:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 313a2dfb5b7f847f6e6ffb73f1249d98f5b34652
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Jan 1 14:19:03 2016 +0000

    default '--exitprompt' to False, should avoid a spurious message in GTK UI when reporting additional information; Closes: #745514
---
 bin/reportbug    | 2 +-
 debian/changelog | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/reportbug b/bin/reportbug
index b20a775..31fcd5a 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -987,7 +987,7 @@ def main():
                       dest='querydpkg', help='check whether the specified '
                                              'package is installed when filing a report (default)')
     parser.add_option('--exit-prompt', action='store_true', dest='exitprompt',
-                      help='prompt before exiting')
+                      help='prompt before exiting', default=False)
     parser.add_option('--paranoid', action='store_true', dest='paranoid',
                       help='show contents of message before sending')
     parser.add_option('--no-paranoid', action='store_false', dest='paranoid',
diff --git a/debian/changelog b/debian/changelog
index 27ba44d..4601063 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ reportbug (6.6.6) UNRELEASED; urgency=medium
     - where there are modified conffiles, clarify the menu entry to view such
       files that a "q" is required to exit it, making it more clear in the GTK
       UI; Closes: #732334
+    - default '--exitprompt' to False, should avoid a spurious message in GTK UI
+      when reporting additional information; Closes: #745514
   * reportbug/submit.py
     - in paranoid mode, handle the case when the pager exists without having
       processed all the text we are sending and it generates a SIGPIPE;
@@ -28,7 +30,7 @@ reportbug (6.6.6) UNRELEASED; urgency=medium
   * reportbug/ui/gtk2_ui.py
     - switch from gtkspell (now removed) to gtkspellcheck; Closes: #802387
 
- -- Sandro Tosi <morph at debian.org>  Thu, 31 Dec 2015 14:31:38 +0000
+ -- Sandro Tosi <morph at debian.org>  Fri, 01 Jan 2016 14:17:29 +0000
 
 reportbug (6.6.5) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list