[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.7-8-g098e167
Sandro Tosi
morph at debian.org
Wed Sep 16 18:32:27 UTC 2009
The following commit has been merged in the master branch:
commit ed0df9c93a9e109bf6adb46983534170537f0f65
Author: Sandro Tosi <morph at debian.org>
Date: Tue Sep 15 21:14:18 2009 +0200
use LC_ALL=C when calling bug scripts (to avoid localized messages); thanks to Alexander Galanin for the report; Closes: #546276
diff --git a/bin/reportbug b/bin/reportbug
index b0dd4fb..bc7090c 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1810,8 +1810,8 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
fh, filename = TempFile(prefix=tfprefix)
fh.close()
- ui.system('%s %s %s' % (handler, commands.mkarg(bugexec),
- commands.mkarg(filename)))
+ ui.system('LC_ALL=C %s %s %s' % (handler, commands.mkarg(bugexec),
+ commands.mkarg(filename)))
addinfo = None
if not self.options.noconf:
diff --git a/debian/changelog b/debian/changelog
index 5a83f5c..a166271 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,11 +6,14 @@ reportbug (4.8) UNRELEASED; urgency=low
* 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
+ * bin/reportbug
+ - use LC_ALL=C when calling bug scripts (to avoid localized messages);
+ thanks to Alexander Galanin for the report; Closes: #546276
[ Pierre Habouzit ]
* Fix small issues with the release.debian.org binNMU template.
- -- Sandro Tosi <morph at debian.org> Tue, 08 Sep 2009 22:58:18 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 15 Sep 2009 21:13:00 +0200
reportbug (4.7) unstable; urgency=low
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list