From 719d62ff14a00db629223d106ff2df212d80aebd Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 27 Apr 2009 13:58:54 +0100 Subject: [PATCH] * submittodebian: - New release cycle; use "karmic" usertag. --- debian/changelog | 5 +++++ submittodebian | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a103da..d4725b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10 +4,15 @@ ubuntu-dev-tools (0.73) UNRELEASED; urgency=low * pbuilder-dist: - Fallback to calling lsb_release if /etc/lsb-release doesn't exist; this makes it possible to run pbuilder-dist on Debian. + [ Nathan Handler ] * pull-debian-source: - Use Getopt::Long + [ Colin Watson ] + * submittodebian: + - New release cycle; use "karmic" usertag. + -- Nathan Handler Mon, 20 Apr 2009 22:32:13 +0000 ubuntu-dev-tools (0.72) jaunty; urgency=low diff --git a/submittodebian b/submittodebian index 6f27ffc..3054e01 100755 --- a/submittodebian +++ b/submittodebian @@ -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 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) def run_cmd(cmd):