Bug#946326: python3-reportbug: reportbug runs bugscript in "C" locale

2019-12-14 Thread Sandro Tosi
On Sat, Dec 7, 2019 at 3:51 PM Nis Martensen wrote: > > On 07 Dec 2019 Changwoo Ryu wrote: > > > > reportbug seems to run bugscript in "C" locale. In /usr/lib/python3/dist- > > packages/reportbug/utils.py: > > > > rc = runner('LC_ALL=C %s %s %s' % (handler, pipes.quote(bugscript), > >

Bug#946326: python3-reportbug: reportbug runs bugscript in "C" locale

2019-12-09 Thread Changwoo Ryu
Control: retitle -1 Document that bugscripts run in "C" locale 2019년 12월 8일 (일) 오전 5:39, Nis Martensen 님이 작성: > > When programs called by bugscripts provide output in the user's locale, > this can make the information unintelligible to the debian maintainer. > Please see

Bug#946326: python3-reportbug: reportbug runs bugscript in "C" locale

2019-12-07 Thread Nis Martensen
On 07 Dec 2019 Changwoo Ryu wrote: > > reportbug seems to run bugscript in "C" locale. In /usr/lib/python3/dist- > packages/reportbug/utils.py: > > rc = runner('LC_ALL=C %s %s %s' % (handler, pipes.quote(bugscript), > pipes.quote(filename))) > > > It prevents the ibus bugscript from

Bug#946326: python3-reportbug: reportbug runs bugscript in "C" locale

2019-12-06 Thread Changwoo Ryu
Package: python3-reportbug Version: 7.5.3 Severity: normal reportbug seems to run bugscript in "C" locale. In /usr/lib/python3/dist- packages/reportbug/utils.py: rc = runner('LC_ALL=C %s %s %s' % (handler, pipes.quote(bugscript), pipes.quote(filename))) It prevents the ibus bugscript from