submittodebian: use "intrepid" for Usertags (LP: #276073)

This commit is contained in:
Daniel Hahler 2008-09-29 22:47:59 +02:00
parent ad7f9b9743
commit 0abc947c90
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.46) UNRELEASED; urgency=low
* submittodebian: use "intrepid" for Usertags (LP: #276073)
-- Daniel Hahler <ubuntu@thequod.de> Mon, 29 Sep 2008 22:46:43 +0200
ubuntu-dev-tools (0.45) intrepid; urgency=low
[ Siegfried-Angel Gevatter Pujals ]

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 hardy 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 intrepid 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):