Hi, I found a very nice python module that will do, I think, exactly what we need : https://github.com/astraw/stdeb
For a first basic try I, just do this : pip install stdeb Then go into leo folder and run : python setup.py --command-packages=stdeb.command bdist_deb Then you get a nice python-leo_5.0b1-1_all.deb into a deb_dist folder. (with right target pathes (/usr/lib/python..., /usr/bin..., /usr/share/doc) One intesting thing is that this tool generate orig.tar.gz and leo_5.0b1-1.debian.tar.xz so we can easily setup a launchpad ppa for ubuntu users. I think we just have to play a bit with build options, in order to integrate a proper launcher and .desktop file and dependencies, then we'll be able to build both python2 and python3 deb pakages. <https://pypi.python.org/pypi/stdeb> -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
