[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#790816: RFS: roxterm/3.0.1-1



On 08/07/15 07:09, Vincent Cheng wrote:

NameError: name 'reload' is not defined
debian/rules:48: recipe for target 'override_dh_auto_clean' failed

Oh, I didn't notice reload was python 2 only. And setdefaultencoding doesn't work any more in python 3 anyway.

However, I was able to build your package just by adding "export
LC_ALL=C.UTF-8" to d/rules. I can upload your package with this
change, or if you'd rather fix this upstream, that's fine with me as
well.

I tried that with pdebuild and it didn't work for me. I got a series of errors from perl that it couldn't set the locale and was falling back to "C", and then mscript/maitch failed the same way as before.

In any case I'd rather fix the problem upstream, in a way that doesn't depend on the environment, and I finally found a way to do that, by adding an encoding argument to open(). With this change it does build for me with pdebuild so I've uploaded it again, and hopefully we've got rid of all these problems at last.

There is one other change, in src/roxterm-config.ui I rearranged the Tabs section of the profile editor slightly, in response to a simple issue that was raised upstream this morning.


Reply to: