how to deb with PyPackager?
I want to package my program into a deb package. I've read the pypackager wiki page many times ( http://wiki.maemo.org/PyPackager) and I understood that I need to create a directory and to create sub-directories the way I want the files to be organized on the n900 file system (for example the file app.py will be in "myAppDir"/home/opt/app.py will be extracted at /home/opt/). but the tutorial is not aimed for the n900 or fremantle and PyPackager from fremantle doesn't have a gui so I really don't have a clue. could someone explain how to work with it?
|