PpaUpload
About this document
Written July 2009
This document summarizes the steps for uploading to a PPA described on https://help.launchpad.net/Packaging/PPA
Steps:
~/.dput.cf to look like this:
[my-ppa] fqdn = ppa.launchpad.net method = ftp incoming = ~<your_launchpad_id>/<ppa_name>/ubuntu/ login = anonymous allow_unsigned_uploads = 0
- debian/changelog - increase the Ubuntu version number and add a suffix of ~ppan (where n is your package's revision number).
- debuild -S -sa
- cd ..
- dput my-ppa P_V_source.changes
PpaUpload (last edited 2009-07-03 04:17:30 by c-98-228-196-102)