[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:48 UTC 2010


The following commit has been merged in the master branch:
commit 5db67c2323c93c427e478b339c5d8c7d77516ba2
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Mar 25 22:54:03 2010 +0100

    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

diff --git a/bin/reportbug b/bin/reportbug
index c28ddb1..a861e22 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1746,11 +1746,11 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
             subject_ok = False
             while not subject_ok:
                 subject = ui.get_string(
-                    'Please briefly describe your problem (max. 100 characters allowed; you can elaborate in '
-                    'a moment; an empty response will stop reportbug).  This will '
+                    'Please briefly describe your problem (max. 100 characters '
+                    'allowed; you can elaborate in a moment).  This will '
             'be the bug email subject, so write a concise summary of what '
             'is wrong with the package, for example, "fails to send email" '
-            'or "does not start with -q option specified" (enter Ctrl+c to exit).', force_prompt=True)
+            'or "does not start with -q option specified" (type Ctrl+c to exit).', force_prompt=True)
 
                 if subject:
                     subject_ok = True
diff --git a/debian/changelog b/debian/changelog
index 3f96333..075a567 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,12 @@ reportbug (4.12) UNRELEASED; urgency=low
   * reportbug/debianbts.py
     - fix description for 'experimental' tag; thanks to Raphael Rigo for the
       report; Closes: #575044
+  * bin/reportbug
+    - 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
 
- -- Sandro Tosi <morph at debian.org>  Wed, 24 Mar 2010 20:48:01 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 25 Mar 2010 22:52:19 +0100
 
 reportbug (4.11) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list