View Single Post
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#71
Originally Posted by zimon View Post
Would be good next step before new features is added.

http://wiki.maemo.org/Extras-devel
I have made a deb file (yeah!) with PyPackager, but I have some trouble with the dependancy files (they won't automatically install). If the dependancy files are already on the device it will install fine. Some option I missed?

Code:
p.author = 'Digitalvoid'
p.maintainer = 'Digitalvoid'
p.email = xxxx@xxxxxxxx.nl'
p.depends = 'maemo-python-device-env, python-location, pexpect, openssh'
p.section = 'user/utilities'
p.arch = 'armel'                     
p.urgency = 'low'                              
p.distribution = 'fremantle'                 
p.repository = 'extras-devel'

Last edited by digitalvoid; 2010-08-30 at 13:26.