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

Sandro Tosi morph at debian.org
Tue Aug 16 16:52:53 UTC 2011


The following commit has been merged in the master branch:
commit e4b8fab3f8797135c7efdc9da06b607feec17e75
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Aug 16 18:52:41 2011 +0200

    ignore mua settings when running for --template; thanks to Jakub Wilk for the report; Closes: #632377

diff --git a/bin/reportbug b/bin/reportbug
index 9be168a..934c93e 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1017,7 +1017,7 @@ def main():
             print "The directory % does not exist; exiting." % options.draftpath
             sys.exit(1)
 
-    if options.mua:
+    if options.mua and not options.template:
         if not utils.mua_is_supported(options.mua):
             ewrite("Specified mail user agent is not supported; exiting.\n")
             sys.exit(1)
diff --git a/debian/changelog b/debian/changelog
index 852fbe6..6c09f82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,10 @@ reportbug (6.1) UNRELEASED; urgency=low
     - at the last menu, saving the report to a file (instead of sending it) now
       saves all the emails headers and attachment, not only the report body;
       thanks to Ian Zimmerman for the report; Closes: #626656
+    - ignore mua settings when running for --template; thanks to Jakub Wilk for
+      the report; Closes: #632377
 
- -- Sandro Tosi <morph at debian.org>  Tue, 16 Aug 2011 18:07:58 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 16 Aug 2011 18:51:49 +0200
 
 reportbug (6.0) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list