24 Jul
2010
24 Jul
'10
9:22 p.m.
Hello
LP bug #602005 says that Lintian complains about our Python extensions. They are marked as executable but don't have a shebang line. Leo added the shebangs but I think this is wrong. Those scripts are not meant to be executed directly by the user, only by the Python interpreter started by Inkscape. The proper solution is to mark the extension scripts non-executable. It will not prevent executing them by the Python interpreter, it will only prevent the user from accidentally running them as standalone programs and suppress the warnings.
Regards, Krzysztof