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

Sandro Tosi morph at debian.org
Tue Jan 4 23:30:21 UTC 2011


The following commit has been merged in the master branch:
commit 082120b5abdef3a07242b7ee12250cbbb9d8eb33
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Jan 5 00:18:59 2011 +0100

    reworded the request to insert bug report subject; thanks to A. Costa for the report and proposed text; Closes: #578033

diff --git a/bin/reportbug b/bin/reportbug
index 420e6b0..adfea34 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1797,11 +1797,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).  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" (type Ctrl+c to exit).', force_prompt=True)
+                    'Briefly describe the problem (max. 100 characters '
+                    'allowed). This will be the bug email subject, so keep the '
+                    'summary as concise as possible, for example: "fails to '
+                    'send email" or "does not start with -q option specified" '
+                    '(enter Ctrl+c to exit).', force_prompt=True)
 
                 if subject:
                     subject_ok = True
diff --git a/debian/changelog b/debian/changelog
index c592d82..4802bb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,11 +36,13 @@ reportbug (4.99.0) UNRELEASED; urgency=low
   * bin/reportbug
     - don't specify 'ITP' when warning a WNPP bug has lines unchanged from the
       template; thanks to Jonas Stein for the report; Closes: #598161
+    - reworded the request to insert bug report subject; thanks to A. Costa for
+      the report and proposed text; Closes: #578033
   * debian/desktop
     - updated with Russian translations; thanks to Alexander Sashanov for the
       report and patch; Closes: #608889
 
- -- Sandro Tosi <morph at debian.org>  Tue, 04 Jan 2011 17:37:51 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 05 Jan 2011 00:17:41 +0100
 
 reportbug (4.12.6) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list