~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/dev/releases.rst

  • Committer: William Grant
  • Date: 2010-02-04 05:22:30 UTC
  • Revision ID: grantw@unimelb.edu.au-20100204052230-evkrn9ftchzwr8yo
Fix typos in the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
When performing a release, you should merge trunk into a checkout of the
72
72
packaging branch. Then run ``dch -i`` to add a new Debian changelog entry.
73
73
For the Debian version string, append ``-0ppa1`` to the IVLE version (eg.
74
 
``1.0-0ppa1``). Make sure that you target to the correct Ubuntu series (
75
 
currently ``hardy``). Also ensure that your name and email address are set
 
74
``1.0-0ppa1``). Make sure that you target to the correct Ubuntu series
 
75
(currently ``hardy``). Also ensure that your name and email address are set
76
76
correctly at the bottom of the new entry.
77
77
 
78
78
Next ensure that you have a copy of the release tarball in the parent
85
85
email from Launchpad within five minutes, at which point Launchpad will begin
86
86
building binaries from the source package. You can check the build progress
87
87
on the `PPA detail page
88
 
<https://~unimelb-ivle/+archive/production/+packages>`_.
 
88
<https://launchpad.net/~unimelb-ivle/+archive/production/+packages>`_.
89
89
 
90
90
Remember to commit to and push the ``debian-packaging`` branch when done.
91
91