3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-04-22 07:41:08 +00:00

* pull-lp-source:

- Set default release to karmic.
This commit is contained in:
Colin Watson 2009-04-27 14:00:14 +01:00
parent aa8da91082
commit 723abf6259
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored

@ -14,6 +14,8 @@ ubuntu-dev-tools (0.73) UNRELEASED; urgency=low
- New release cycle; use "karmic" usertag.
* dch-repeat:
- Drop EOLed gutsy and add karmic.
* pull-lp-source:
- Set default release to karmic.
-- Nathan Handler <nhandler@ubuntu.com> Mon, 20 Apr 2009 22:32:13 +0000

@ -58,7 +58,7 @@ class BackportFromLP:
'Ensure that the package specified is a valid source ' +\
'package name and that Launchpad is not down.'
default_release = 'jaunty'
default_release = 'karmic'
if __name__ == '__main__':
usage = "Usage: %prog <package> [release]"