[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.7-2-gb4c9c45
Sandro Tosi
morph at debian.org
Tue Sep 8 20:59:32 UTC 2009
The following commit has been merged in the master branch:
commit b4c9c4540a5e9b42515df714945554bc5dfb429b
Author: Sandro Tosi <morph at debian.org>
Date: Tue Sep 8 22:58:42 2009 +0200
fix error message in case no package is specified for release.d.o; thanks to Joachim Breitner for the report; Closes: #545747
diff --git a/debian/changelog b/debian/changelog
index 2fe8d2e..5156693 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ reportbug (4.8) UNRELEASED; urgency=low
* reportbug/__init__.py
- bump reportbug version
+ * reportbug/debianbts.py
+ - fix error message in case no package is specified for release.d.o; thanks
+ to Joachim Breitner for the report; Closes: #545747
- -- Sandro Tosi <morph at debian.org> Tue, 08 Sep 2009 22:52:26 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 08 Sep 2009 22:58:18 +0200
reportbug (4.7) unstable; urgency=low
diff --git a/reportbug/debianbts.py b/reportbug/debianbts.py
index 152aff6..ddbe94a 100644
--- a/reportbug/debianbts.py
+++ b/reportbug/debianbts.py
@@ -357,7 +357,7 @@ def handle_debian_release(package, bts, ui, fromaddr, online=True, http_proxy=No
prompt = 'Please enter the name of the package: '
package = ui.get_string(prompt)
if not package:
- ui.log_message('You seem to want to report a generic bug, not request a removal\n')
+ ui.log_message('You seem to want to report a generic bug.\n')
return
ui.log_message('Checking status database...\n')
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list