Stefano Rivera 85f8548d5f Typo
2010-12-24 16:22:12 +02:00
2010-09-21 20:45:45 +02:00
2010-12-24 16:22:12 +02:00
2010-12-03 00:06:43 +01:00
2010-12-20 21:33:48 +02:00
2010-12-22 21:40:23 +01:00
2010-12-03 00:06:43 +01:00
2010-12-03 00:06:43 +01:00
2010-12-19 01:46:58 +02:00
2010-12-03 00:06:43 +01:00
2010-12-03 00:10:41 +01:00
2010-12-03 00:06:43 +01:00
2010-12-15 14:50:54 +00:00
2010-12-03 00:06:43 +01:00
2010-09-17 12:45:52 +01:00
2010-12-03 00:06:43 +01:00
2010-12-03 13:54:28 +01:00
2010-12-03 00:06:43 +01:00
2010-12-03 00:10:41 +01:00
2010-12-23 00:01:39 +02:00
2010-12-23 00:01:39 +02:00
2010-12-03 00:06:43 +01:00

Updating the ubuntu-dev-tools package in Ubuntu
-----------------------------------------------

Here are the steps that are recommended to take when updating the
ubuntu-dev-tools package in Ubuntu.

1) Make sure that there are no new revisions to the package's trunk in Bazaar:

    bzr pull lp:ubuntu-dev-tools

2) Check to make sure that all approved merges have been merged:

    https://code.launchpad.net/ubuntu-dev-tools/+activereviews

3) Make sure that there is no low lying fruit that can be fixed at:

    https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools

4) Before uploading the package change the UNRELEASED field in the
   debian/changelog file to the current development release.

   If there is no UNRELEASED entry, make sure that the version for the current
   one has not been uploaded by someone else already:

    https://launchpad.net/ubuntu/+source/ubuntu-dev-tools/+publishinghistory

   Using: dch -r UNRELEASED - will also set the release to the development
   version.

5) Once the target release has been changed, commit it to Bazaar (where X.YY is
   the new package version):

    bzr commit -m "Uploaded X.YY to RELEASE."

6) Tag the new release in Bazaar:

    bzr tag X.YY

   For a full list of tags, please see: 'bzr tags'. This is so we can track
   which Bazaar revision is in which release and makes bug triaging easier.

7) Create the new source package:

    bzr bd -S

8) Upload the package to Ubuntu with dput as normal:

    dput ubuntu ubuntu-dev-tools_X.YY_source.changes

9) Create a new blank entry with dch -i and mark it as UNRELEASED.
Description
No description provided
Readme 15 MiB
Languages
Python 89%
Shell 9.9%
Perl 1.1%