[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.5-18-g71c972d
Sandro Tosi
morph at debian.org
Tue Jul 28 14:21:02 UTC 2009
The following commit has been merged in the master branch:
commit 46463c95eb2ad4aca446c3cf6f838d2fe3c60223
Author: Sandro Tosi <morph at debian.org>
Date: Tue Jul 28 11:50:41 2009 +0200
allow to add tags to the bug even in the last menu (right before sending); thanks to Enrico Zini for the report and Carl Chenet for the patch; Closes: #304006
diff --git a/bin/reportbug b/bin/reportbug
index d2f99c1..68f18d0 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1881,7 +1881,7 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
sendto, attachments, package,
severity, charset=charset, tags=tags)
if haspatch:
- patch = True
+ patch = True
if not oldmua and self.options.mua:
mua = self.options.mua
diff --git a/debian/changelog b/debian/changelog
index 899c6de..7657258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ reportbug (4.6) UNRELEASED; urgency=low
asking it; thanks to Carl Chenet for the report and patch: Closes: #537624
- configuration asks also if 'smtptls' is needed or not; thanks to Jerome
Reybert for the report; Closes: #538021
+ - allow to add tags to the bug even in the last menu (right before sending);
+ thanks to Enrico Zini for the report and Carl Chenet for the patch;
+ Closes: #304006
* bin/querybts, man/querybts.1, reportbug/ui/text_ui.py
- querybts is now able to handle multiple bug numbers, package names or any
mix of them when using --mbox option; thanks to Carl Chenet for the report
@@ -27,7 +30,7 @@ reportbug (4.6) UNRELEASED; urgency=low
providing additional information to a bug report; thanks to Carl Chenet
for the report and patch; Closes: #537929
- -- Sandro Tosi <morph at debian.org> Mon, 27 Jul 2009 14:00:41 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 28 Jul 2009 11:39:11 +0200
reportbug (4.5) unstable; urgency=low
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list