[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.1-13-gd550d60

Sandro Tosi morph at debian.org
Fri Apr 17 23:07:45 UTC 2009


The following commit has been merged in the master branch:
commit d550d60898406bbc4e153264e07cb1a13742a30d
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Apr 18 00:07:05 2009 +0200

    added max number of characters allowed for report subject; thanks to Hong Jen Yee for the report and Carl Chenet for the patch; Closes: #364626

diff --git a/bin/reportbug b/bin/reportbug
index 5fcd8e3..5042ee7 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1548,7 +1548,7 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
         elif not subject and not notatty:
             prompted = True
             subject = ui.get_string(
-                'Please briefly describe your problem (max. 100 characters; you can elaborate in '
+                'Please briefly describe your problem (max. 100 characters allowed; you can elaborate in '
                 'a moment; an empty response will stop reportbug).  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" '
diff --git a/debian/changelog b/debian/changelog
index 4c0958d..502bdec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ reportbug (4.2) UNRELEASED; urgency=low
       check for attachments existance out of the ui check code. Now all the
       attachment files are checked for existance and it won't exit at the first
       missing.
+    - added max number of characters allowed for report subject; thanks to Hong
+      Jen Yee for the report and Carl Chenet for the patch; Closes: #364626
 
   [ Luca Bruno ]
   * reportbug/ui/gtk2_ui.py

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list