Bug#905914: dput internal error about non-ascii chars in source package

2018-08-12 Thread Harald Dunkel
Here you go: {harri@cecil:~ (master) 501} python3 -c 'import locale; print(locale.getpreferredencoding())' ANSI_X3.4-1968 Shouldn't dput use UTF-8, no matter what? Its beyond my control, which encoding is used in a foreign source package. Regards Harri

Bug#905914: dput internal error about non-ascii chars in source package

2018-08-12 Thread Ben Finney
Control: retitle -1 dput: UnicodeDecodeError when parsing upload changes file Control: tags -1 + moreinfo On Sat, 2018-08-11 17:32 +0200, Harald Dunkel wrote: > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 315: > ordinal not in range(128) I am not able to reproduce that

Bug#905914: dput internal error about non-ascii chars in source package

2018-08-11 Thread Harald Dunkel
Package: dput Version: 1.0.2 I downloaded Stéphane's lxc-template source package [1], built it for sid and tried to dput it into my local repository. Result: {harri@cecil:tmp () 508} dput sid lxc-templates_3.0.0-0ubuntu1_amd64.changes Traceback (most recent call last): File "/usr/bin/dput", lin