Merge lp:~bilalakhtar/bzr-builddeb/add-natty into lp:bzr-builddeb

Proposed by Bilal Akhtar
Status: Merged
Merged at revision: 484
Proposed branch: lp:~bilalakhtar/bzr-builddeb/add-natty
Merge into: lp:bzr-builddeb
Diff against target: 10 lines (+1/-1)
1 file modified
util.py (+1/-1)
To merge this branch: bzr merge lp:~bilalakhtar/bzr-builddeb/add-natty
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+39688@code.launchpad.net

Description of the change

This branch adds Natty to the list of Ubuntu releases.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

  review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'util.py'
2--- util.py 2010-09-10 02:46:41 +0000
3+++ util.py 2010-10-30 15:19:49 +0000
4@@ -71,7 +71,7 @@
5 DEBIAN_POCKETS = ('', '-security', '-proposed-updates', '-backports')
6 UBUNTU_RELEASES = ('warty', 'hoary', 'breezy', 'dapper', 'edgy',
7 'feisty', 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic',
8- 'lucid', 'maverick')
9+ 'lucid', 'maverick', 'natty')
10 UBUNTU_POCKETS = ('', '-proposed', '-updates', '-security', '-backports')
11
12

Subscribers

People subscribed via source and target branches