~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/ppa.txt

  • Committer: Martin Albisetti
  • Date: 2008-08-21 21:29:15 UTC
  • mto: This revision was merged to the branch mainline in revision 3648.
  • Revision ID: argentina@gmail.com-20080821212915-6uh45pqncy9sj76y
Meh

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
#. Decide on the final version number.  It should be of this form::
90
90
 
91
 
     bzr-1.6~beta3-1~bazaar1
 
91
     bzr-1.6~beta3-1~bazaar1~hardy1
92
92
 
93
93
   There are three hyphen-separated parts: the *package name*, the *upstream
94
94
   version*, and the *packaging version*.
95
95
 
96
96
   **Caution:** Upstream betas or release candidates must insert a tilde
97
97
   to make them sort before the final release, like this:
98
 
   ``bzr-1.6~beta3-1~bazaar1``.
 
98
   ``bzr-1.6~beta3-1~bazaar1~hardy1``.
99
99
 
100
100
#. Create a directory per release::
101
101