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

Sandro Tosi morph at debian.org
Thu Mar 25 22:56:50 UTC 2010


The following commit has been merged in the master branch:
commit 5c259cfb07f3b0eae85e87c5592e8606ed652c5f
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Mar 25 23:04:15 2010 +0100

    clarify that in case no acknowledge is received, then there was an error; thanks to mpapet for the report; Closes: #575418

diff --git a/debian/changelog b/debian/changelog
index 075a567..a9cbd42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ reportbug (4.12) UNRELEASED; urgency=low
     - removed the information that an empty subject would stop the report: it
       will continue until entered or Ctrl+c; thanks Torquil Macdonald Sørensen
       for the report; Closes: #575450
+  * reportbug/submit.py
+    - clarify that in case no acknowledge is received, then there was an error;
+      thanks to mpapet for the report; Closes: #575418
 
- -- Sandro Tosi <morph at debian.org>  Thu, 25 Mar 2010 22:52:19 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 25 Mar 2010 23:03:22 +0100
 
 reportbug (4.11) unstable; urgency=low
 
diff --git a/reportbug/submit.py b/reportbug/submit.py
index f6d5256..ecfb607 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -485,7 +485,7 @@ def send_report(body, attachments, mua, fromaddr, sendto, ccaddr, bccaddr,
 receive the bug tracking number via email; you may then send any extra
 information to %s (e.g. %s), where n is the bug number.  Normally you
 will receive an acknowledgement via email including the bug report number
-within an hour.\n""",
+within an hour; if you haven't receive a confirmation, then the bug reporting process failed at some point (reportbug or MTA failure, BTS maintenance, etc.).\n""",
             (sysinfo['email'] % 'n'), (sysinfo['email'] % '999999'))
 
     # If we've stored more than one copy of the message, delete the

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list