Hi Pertti, 2010/11/17 Pertti Kellomäki <[email protected]>: > I remember some discussion in the mailing list about how to deal with Python > byte code files, but I could not find anything. What are the guidelines for > dealing with .pyc files? Should we just package them and be happy, or should > be tell the build system to ignore them? If the option is to ignore, what is > the spectacle way to do it?
I would assume that spectacle should have some sort of support for the upstream python packaging tools (setuptools, distutils) as debhelper has in Debian. Then we get the byte code files built and shipped through the package to the proper library directory on a target device, HTH, -Sivan > -- > Pertti > _______________________________________________ > MeeGo-packaging mailing list > [email protected] > http://lists.meego.com/listinfo/meego-packaging > _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
