[maemo-developers] how to make install package for applications written in python
From: Kees Jongenburger kees.jongenburger at gmail.comDate: Tue Apr 24 23:36:10 EEST 2007
- Previous message: how to make install package for applications written in python
- Next message: how to make install package for applications written in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/24/07, Xi Chen <s060982 at student.dtu.dk> 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
- Previous message: how to make install package for applications written in python
- Next message: how to make install package for applications written in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]