~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/ppa.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-01 07:14:25 UTC
  • mfrom: (3870.1.2 doc-ppa)
  • Revision ID: pqm@pqm.ubuntu.com-20081201071425-al48chdg4wlkbm31
(mbp) doc how to package bzr-svn into the PPA

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
   <https://launchpad.net/~bzr-beta-ppa/+archive/+builds>.
220
220
 
221
221
 
 
222
Packaging bzr-svn
 
223
~~~~~~~~~~~~~~~~~
 
224
 
 
225
bzr-svn uses bzr-builddeb in "split" mode, where the packaging branch
 
226
contains both the source and the ``debian/`` directory, and the
 
227
``orig.tar.gz`` is split off when building the packgae.
 
228
 
 
229
To build bzr-svn:
 
230
 
 
231
#. Get a checkout of ``lp:~bzr/bzr-svn/hardy-ppa/``
 
232
 
 
233
#. Merge from ``http://bzr.debian.org/pkg-bazaar/bzr-svn/experimental/``
 
234
  
 
235
   This should bring in both upstream and packaging changes for the new
 
236
   release, and it's updated as part of the bzr-svn release process.
 
237
 
 
238
#. ``export UPSTREAM_VERSION=bzr-svn-0.4.15`` or similar
 
239
 
 
240
#. Run ``dch -v 0.4.15-1~bazaar1-hardy1 -D hardy`` or similar
 
241
 
 
242
#. Run ``bzr builddeb --source``
 
243
 
 
244
   bzr-builddeb will automatically check out the appropriate tag from the
 
245
   main branch of bzr-svn, build, and package it.
 
246
 
 
247
#. ``dput bzr-beta-ppa ../bzr-svn_0.4.15-1~bazaar1~hardy1_source.changes``
 
248
 
 
249
 
222
250
Monitoring the contents of PPAs
223
251
-------------------------------
224
252