Ubuntu – How to host a project on Launchpad

application-developmentlaunchpadppa

I want to create a Python project and host it on Launchpad. I have already produced Python code. What I want to know is:

  1. How can put it on Launchpad?
  2. How can I make a PPA for it?

Best Answer

1. How can I put it on Launchpad?

2. How can I make a PPA for it?

The Launchpad documentation tells you how to create a PPA. It does not tell you however how to create Debian/Ubuntu packages. This topic is covered by the Ubuntu packaging guide.

You can automate the creation of Ubuntu packages from Bazaar branches using packaging recipes.

Other stuff

For more information, here are three helpful links:

Related Question