* submittodebian:

- New release cycle; use "karmic" usertag.
This commit is contained in:
Colin Watson 2009-04-27 13:58:54 +01:00
parent 6ed32f4dde
commit 719d62ff14
2 changed files with 6 additions and 1 deletions

5
debian/changelog vendored
View File

@ -4,10 +4,15 @@ ubuntu-dev-tools (0.73) UNRELEASED; urgency=low
* pbuilder-dist:
- Fallback to calling lsb_release if /etc/lsb-release doesn't
exist; this makes it possible to run pbuilder-dist on Debian.
[ Nathan Handler ]
* pull-debian-source:
- Use Getopt::Long
[ Colin Watson ]
* submittodebian:
- New release cycle; use "karmic" usertag.
-- Nathan Handler <nhandler@ubuntu.com> Mon, 20 Apr 2009 22:32:13 +0000
ubuntu-dev-tools (0.72) jaunty; urgency=low

View File

@ -83,7 +83,7 @@ def edit_debdiff(debdiff):
run_cmd(cmd)
def submit_bugreport(body, debdiff, changelog):
cmd = 'reportbug -P "User: ubuntu-devel@lists.ubuntu.com" -P "Usertags: origin-ubuntu jaunty ubuntu-patch" -T patch -A %s -B debian -i %s -V %s %s' % (debdiff, body, deb_version, changelog.package)
cmd = 'reportbug -P "User: ubuntu-devel@lists.ubuntu.com" -P "Usertags: origin-ubuntu karmic ubuntu-patch" -T patch -A %s -B debian -i %s -V %s %s' % (debdiff, body, deb_version, changelog.package)
run_cmd(cmd)
def run_cmd(cmd):