~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: 2010-08-27 19:26:48 UTC
  • mfrom: (5390.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20100827192648-asy9uzwe4w25v6mq
(jameinel) Document moving packaging branches to the standand ~bzr/ubuntu/*
 layouts" (Max Bowsher)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
The packaging information is kept in branches of bzr on Launchpad, named
42
42
like
43
 
<https://code.launchpad.net/~bzr/bzr/packaging-hardy>.
 
43
<https://code.launchpad.net/~bzr/ubuntu/hardy/bzr/bzr-ppa>.
44
44
or
45
 
<lp:~bzr/bzr/packaging-hardy>.  These branches are intended to be used
 
45
<lp:~bzr/ubuntu/hardy/bzr/bzr-ppa>.  These branches are intended to be used
46
46
with the ``bzr-builddeb`` plugin.
47
47
 
48
48
**You should almost always upload to the beta ppa first** and then either 
203
203
 
204
204
#. Checkout (or update) the packaging branch for each supported release::
205
205
 
206
 
      bzr co lp:~bzr/bzr/packaging-hardy
 
206
      bzr co lp:~bzr/ubuntu/hardy/bzr/bzr-ppa
207
207
 
208
208
   There is a script available to help::
209
209
 
268
268
 
269
269
#. Build the source packages::
270
270
 
271
 
      cd packaging-$DISTRO; bzr builddeb -S
 
271
      cd bzr-$DISTRO; bzr builddeb -S
272
272
 
273
273
   This will create a ``.changes`` file.  If you didn't configure builddeb
274
274
   to automatically sign them, you can use ::