Packaging in python

Jonathan Lange jml at mumak.net
Wed Feb 29 12:01:41 UTC 2012


2012/2/22 Víctor Fernández <vfrico at gmail.com>:
> Hello. I'm get ready my app to submit to Ubuntu ARB, but I don't know how to
> make that debian/rules install my package to a python path. How will it do?
> Thanks
>

Also, if you have a Python application with a setup.py file, you can
try pkgme[1] to make a package.

Just change into the directory and run this:
 $ pkgme

If you've got a PPA you want to upload it to:
 $ pkgme ppa:yourname/archive

Pretty neat, huh?

jml

[1] http://pkgme.net/



More information about the Ubuntu-app-devel mailing list