submittodebian: switch to use lucid as the default distro tag.

This commit is contained in:
Steve Langasek 2009-12-11 13:28:46 -08:00
parent ae5190c76f
commit 5343d2348f
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.84ubuntu1) UNRELEASED; urgency=low
* submittodebian: switch to use lucid as the default distro tag.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 11 Dec 2009 13:28:24 -0800
ubuntu-dev-tools (0.84) lucid; urgency=low
[ Michael Bienia ]

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 karmic 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 lucid 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):