07 January 2008 09:45
PyPackager
PyPackager is a small gui tool to create debian package on a maemo device. PyPackager is based on modified script : bdist_maemo.
Manually creating a .deb package for maemo
A .deb package is quite simple, at least in theory. It consists of a control.tar.gz archive with package control files, data.tar.gz archive of all files that will be installed and debian-binary file that indicates the deb version to use. These files are then placed within an ar archive.
1
(2 marks)