~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: 2009-02-09 18:32:06 UTC
  • mfrom: (3960.4.1 ppa)
  • Revision ID: pqm@pqm.ubuntu.com-20090209183206-y863mmnx7mrjor7s
(Jelmer) Remove unnecessary commands for building bzr-svn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
Packaging bzr-svn
223
223
~~~~~~~~~~~~~~~~~
224
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.
 
225
bzr-svn uses a packaging branch that contains both the source 
 
226
(including any changes against upstream) and the ``debian/`` directory.
228
227
 
229
228
To build bzr-svn:
230
229
 
235
234
   This should bring in both upstream and packaging changes for the new
236
235
   release, and it's updated as part of the bzr-svn release process.
237
236
 
238
 
#. ``export UPSTREAM_VERSION=bzr-svn-0.4.15`` or similar
239
 
 
240
237
#. Run ``dch -v 0.4.15-1~bazaar1-hardy1 -D hardy`` or similar
241
238
 
242
239
#. Run ``bzr builddeb --source``