From 5f9e407f94a137f589cf492d5a87ca666cff97cd Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Sat, 8 Nov 2008 17:09:08 +0000 Subject: [PATCH] * dch-repeat, pbuilder-dist, pull-lp-source: Add Jaunty to known releases * submittodebian: Set usertags to jaunty --- dch-repeat | 2 +- debian/changelog | 6 +++++- pbuilder-dist | 2 +- pull-lp-source | 2 +- submittodebian | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dch-repeat b/dch-repeat index 5c475d7..40ee3bb 100755 --- a/dch-repeat +++ b/dch-repeat @@ -47,7 +47,7 @@ EOM exit(0); } -my @releases = ('dapper', 'gutsy', 'hardy', 'intrepid'); +my @releases = ('dapper', 'gutsy', 'hardy', 'intrepid','jaunty'); #Getopt::Long::Configure("bundling", "no_ignore_case"); our $opt_build_tree = "/scratch/ubuntu/build"; diff --git a/debian/changelog b/debian/changelog index bada289..bdc03bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,11 @@ ubuntu-dev-tools (0.47) UNRELEASED; urgency=low [ Michael Casadevall ] * Fixed buildd rescore (tested by Sarah Hobbs) - -- Michael Casadevall Sat, 08 Nov 2008 06:33:00 -0500 + [ Iain Lane ] + * dch-repeat, pbuilder-dist, pull-lp-source: Add Jaunty to known releases + * submittodebian: Set usertags to jaunty + + -- Michael Casadevall Sat, 08 Nov 2008 17:07:48 +0000 ubuntu-dev-tools (0.46) intrepid; urgency=low diff --git a/pbuilder-dist b/pbuilder-dist index a86e49c..2ce38fd 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -183,7 +183,7 @@ fi # Check if the distribution exists, and fill the variables that change # depending on wheter the target distribution is Ubuntu or Debian. case $DISTRIBUTION in - dapper|edgy|feisty|gutsy|hardy|intrepid) + dapper|edgy|feisty|gutsy|hardy|intrepid|jaunty) distdata ubuntu ;; diff --git a/pull-lp-source b/pull-lp-source index 87f9641..e9fc787 100755 --- a/pull-lp-source +++ b/pull-lp-source @@ -59,7 +59,7 @@ class BackportFromLP: 'Ensure that the package specified is a valid source ' +\ 'package name and that Launchpad is not down.' -default_release = 'intrepid' +default_release = 'jaunty' if __name__ == '__main__': usage = "Usage: %prog [release]" diff --git a/submittodebian b/submittodebian index ddd8a9c..6f27ffc 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 intrepid 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 jaunty 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):