mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-25 01:41:08 +00:00
* submittodebian:
- New release cycle; use "karmic" usertag.
This commit is contained in:
parent
6ed32f4dde
commit
719d62ff14
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -4,10 +4,15 @@ ubuntu-dev-tools (0.73) UNRELEASED; urgency=low
|
|||||||
* pbuilder-dist:
|
* pbuilder-dist:
|
||||||
- Fallback to calling lsb_release if /etc/lsb-release doesn't
|
- Fallback to calling lsb_release if /etc/lsb-release doesn't
|
||||||
exist; this makes it possible to run pbuilder-dist on Debian.
|
exist; this makes it possible to run pbuilder-dist on Debian.
|
||||||
|
|
||||||
[ Nathan Handler ]
|
[ Nathan Handler ]
|
||||||
* pull-debian-source:
|
* pull-debian-source:
|
||||||
- Use Getopt::Long
|
- 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
|
-- Nathan Handler <nhandler@ubuntu.com> Mon, 20 Apr 2009 22:32:13 +0000
|
||||||
|
|
||||||
ubuntu-dev-tools (0.72) jaunty; urgency=low
|
ubuntu-dev-tools (0.72) jaunty; urgency=low
|
||||||
|
@ -83,7 +83,7 @@ def edit_debdiff(debdiff):
|
|||||||
run_cmd(cmd)
|
run_cmd(cmd)
|
||||||
|
|
||||||
def submit_bugreport(body, debdiff, changelog):
|
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)
|
run_cmd(cmd)
|
||||||
|
|
||||||
def run_cmd(cmd):
|
def run_cmd(cmd):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user