Add patch tag in submittodebian.

This commit is contained in:
Mathias Gug 2007-11-23 11:59:48 -05:00
parent 4974afe268
commit ee8705dcd8
2 changed files with 6 additions and 3 deletions

7
debian/changelog vendored
View File

@ -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

View File

@ -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):