mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Add patch tag in submittodebian.
This commit is contained in:
parent
4974afe268
commit
ee8705dcd8
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -2,9 +2,12 @@ ubuntu-dev-tools (0.23) UNRELEASED; urgency=low
|
||||
|
||||
[ Ryan Kavanagh ]
|
||||
* Updated requestsync(1) to reflect the addition of the -k <keyid> and
|
||||
removed a runon in DESCRIPTION.
|
||||
removed a runon in DESCRIPTION.
|
||||
|
||||
-- Ryan Kavanagh <ryanakca@kubuntu.org> Thu, 22 Nov 2007 11:50:36 -0500
|
||||
[ Mathias Gug ]
|
||||
* Add patch tag in submittodebian.
|
||||
|
||||
-- Mathias Gug <mathiaz@ubuntu.com> Fri, 23 Nov 2007 10:48:25 -0500
|
||||
|
||||
ubuntu-dev-tools (0.22) hardy; urgency=low
|
||||
|
||||
|
@ -72,7 +72,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 hardy ubuntu-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 hardy 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