UploadingToPPA

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2012-06-29 14:47:13
Size: 81
Editor: 90-230-166-102-no35
Comment:
Revision 4 as of 2012-11-06 08:10:23
Size: 694
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== Patch source package, commit patch, and upload to PPA ==

=== Test locally First ===
 * Add the patch with: patch -p1 <mypatch
 * Build package for local testing (without signing): dpkg-buildpackage -us -uc -nc

=== Ready to upload ===
 * Commit changes and make it a patch: dpkg-source --commit
 * Edit Changelog: dch -i
 * Build new source for upload: debuild -S -sd (Use -k if keysign failed)
 * Upload to ppa: dput ppa:your-lp-id/ppa ../<new_source.changes>

If there was an upload error, and you need to do it again, delete the ppa files found in the same folder as the source.change file.
  • Launchpad account
  • gpg key
  • About sources and packages (versions, etc)

Patch source package, commit patch, and upload to PPA

Test locally First

  • Add the patch with: patch -p1 <mypatch

  • Build package for local testing (without signing): dpkg-buildpackage -us -uc -nc

Ready to upload

  • Commit changes and make it a patch: dpkg-source --commit
  • Edit Changelog: dch -i
  • Build new source for upload: debuild -S -sd (Use -k if keysign failed)
  • Upload to ppa: dput ppa:your-lp-id/ppa ../<new_source.changes>

If there was an upload error, and you need to do it again, delete the ppa files found in the same folder as the source.change file.

UbuntuStudio/UploadingToPPA (last edited 2013-05-17 01:34:52 by h-4-180)