== 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 = ~//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