On 4/24/07, Xi Chen <[EMAIL PROTECTED]> wrote:
Could tell me how to make debian package for python applications? I developed my application using python and not in scratchbox environment… directly edit file and test it in real device. Following the tutorial from maemo.org, I found command "dh_make" isn't there in device…
Hello
Have a look at the closed source maemo sdk installer script they create .deb files the script show that it's "easy" to create .deb files without needing debian at all http://repository.maemo.org/stable/bora/maemo-sdk-install_3.1.sh I think this is the relevant section http://paste-it.net/1993/ It can be handy to add the right depends in the .deb file I guess that with this knowledge you can create a nice python based gui to create packages , and package that so others can create packages using a gui :P greetings _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
