* 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
View File

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

View File

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