mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
submittodebian: switch to use lucid as the default distro tag.
This commit is contained in:
parent
ae5190c76f
commit
5343d2348f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 ]
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user