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
=== modified file 'util.py'
--- util.py 2010-09-10 02:46:41 +0000
+++ util.py 2010-10-30 15:19:49 +0000
@@ -71,7 +71,7 @@
71DEBIAN_POCKETS = ('', '-security', '-proposed-updates', '-backports')71DEBIAN_POCKETS = ('', '-security', '-proposed-updates', '-backports')
72UBUNTU_RELEASES = ('warty', 'hoary', 'breezy', 'dapper', 'edgy',72UBUNTU_RELEASES = ('warty', 'hoary', 'breezy', 'dapper', 'edgy',
73 'feisty', 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic',73 'feisty', 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic',
74 'lucid', 'maverick')74 'lucid', 'maverick', 'natty')
75UBUNTU_POCKETS = ('', '-proposed', '-updates', '-security', '-backports')75UBUNTU_POCKETS = ('', '-proposed', '-updates', '-security', '-backports')
7676
7777

Subscribers

People subscribed via source and target branches