Diff for "LaunchpadPpa"

Not logged in - Log In / Register

Differences between revisions 19 and 20
Revision 19 as of 2010-01-20 18:43:36
Size: 2558
Editor: maxb
Comment:
Revision 20 as of 2010-01-20 23:58:23
Size: 2829
Editor: danilo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 * Because we are using it only for tests and updating too frequently may actually break some tests (we've seen it happen). It's no big deal if developers don't get the fully up-to-date geoIP DB. Production uses the proprietary geoIP DB instead. — Danilo (2010-01-21)

This page is documentation for uploaders to the Launchpad PPA.

The Launchpad PPA (https://launchpad.net/~launchpad/+archive/ppa) contains dependencies for running Launchpad.

launchpad-dependencies

The launchpad-dependencies source is managed in Bazaar branches at https://code.launchpad.net/meta-lp-deps.

Policy/procedure for updates:

  1. Exercise personal judgment on whether your change merits a merge proposal, or is sufficiently trivial to just be committed directly.
  2. If preparing a merge proposal, please ensure your branch for review contains a complete debian/changelog entry ready for release.
  3. Go to the trunk (or older distro) branch and merge / commit or pull changes ready to build.
  4. Test-build your package:

    bzr builddeb
  5. Actually build your source upload:

    bzr builddeb -S
  6. Tag it, push it, upload it:

    bzr mark-uploaded
    bzr push
    debsign -S
    debrelease --dput -S ppa:launchpad/ppa
  7. If uploading a version from the trunk branch, after it has built, go to the PPA +copy-packages page copy it to all the other distroseries that the trunk branch is currently serving.

geoip-data-city-lite

This package is a single data file, which upstream publishes updates to monthly. Why haven't we updated it since 2008?

  • Because we are using it only for tests and updating too frequently may actually break some tests (we've seen it happen). It's no big deal if developers don't get the fully up-to-date geoIP DB. Production uses the proprietary geoIP DB instead. — Danilo (2010-01-21)

Rebuilds to restore older Python support

Most of the PPA is rebuilds of python library packages to re-instate support for the old Python version Launchpad requires, which has since been dropped as a supported version in Ubuntu.

In jaunty/karmic, the need was to re-add Python 2.4 support. Launchpad made it to Python 2.5 for Karmic... and now the need is to re-add Python 2.5 support in lucid packages.

This should generally be done with a no-source-change rebuild where possible.

LaunchpadPpa (last edited 2021-08-24 10:48:34 by cjwatson)