[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-24-g20c16d9
Sandro Tosi
morph at debian.org
Mon Jan 4 18:32:16 UTC 2010
The following commit has been merged in the master branch:
commit 23c382ff553584f810010ecbab3667a4d4867c61
Author: Sandro Tosi <morph at debian.org>
Date: Mon Jan 4 10:51:09 2010 +0100
clarified that the saved report to a temporary file can also be recovered copying the text into a MUA and send the bug from there; thanks to Nelson A. de Oliveira for the report; Closes: #405093
diff --git a/bin/reportbug b/bin/reportbug
index 0ad674a..a3d5525 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -95,7 +95,11 @@ def stopmsg(filename):
'This file may be located in a temporary directory; if so, it might '
'disappear without any further notice. To recover this file to use '
'it as bug report body, please take a look at the "-i FILE, '
- '--include=FILE" option.\n', filename)
+ '--include=FILE" option.\n'
+ 'Alternatively, you can copy the content of the temporary file (both '
+ 'headers and body) and copy it into your MUA and send the mail to '
+ 'submit at bugs.debian.org, editing the subject and bug text as needed '
+ '(but not altering the other information).\n', filename)
def include_file_in_report(message, message_filename,
attachment_filenames, package_name,
diff --git a/debian/changelog b/debian/changelog
index c3198a2..8f6dd8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
- add the possibility to specify the X-Debbugs-CC in the menu before report
submission; thanks to Sean Finney, Michael Gilbert and Branden Robinson
for the report and to Carl Chenet for the patch; Closes: #349690
+ - clarified that the saved report to a temporary file can also be recovered
+ copying the text into a MUA and send the bug from there; thanks to Nelson
+ A. de Oliveira for the report; Closes: #405093
* man/reportbug.conf.5
- clarified the configuration files has to be UTF-8 documents; thanks to
Anders Lageras for the report; Closes: #417054
@@ -49,7 +52,7 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
emacsclient to reuse an existing emacs instance (if any); thanks to Dan
Jacobson for the report and Håkon Stordahl for the patch; Closes: #367298
- -- Sandro Tosi <morph at debian.org> Mon, 04 Jan 2010 10:01:15 +0100
+ -- Sandro Tosi <morph at debian.org> Mon, 04 Jan 2010 10:45:50 +0100
reportbug (4.9) unstable; urgency=low
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list