bash_completion/pbuilder-dist, dch-repeat: list maverick in possible

Ubuntu dists; the default dist for reverse-build-depends and
submittodebian should be changed in maverick.
This commit is contained in:
Loïc Minier 2010-04-16 11:26:53 +02:00
parent 80f53f4ddc
commit 7515ca30e3
3 changed files with 7 additions and 2 deletions

View File

@ -31,5 +31,5 @@ _pbuilder-dist()
return 0
}
[ "$have" ] && complete -F _pbuilder-dist -o filenames \
{pbuilder,cowbuilder}-{dist,dapper,edgy,feisty,gutsy,hardy,intrepid,jaunty,karmic,lucid,sarge,etch,lenny,squeeze,sid}
{pbuilder,cowbuilder}-{dist,dapper,edgy,feisty,gutsy,hardy,intrepid,jaunty,karmic,lucid,maverick,sarge,etch,lenny,squeeze,sid}
# Make it pbuilder-* if you know how to do it

View File

@ -47,7 +47,7 @@ EOM
exit(0);
}
my @releases = ('dapper', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid');
my @releases = ('dapper', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick');
#Getopt::Long::Configure("bundling", "no_ignore_case");
our $opt_build_tree = "/scratch/ubuntu/build";

5
debian/changelog vendored
View File

@ -13,6 +13,11 @@ ubuntu-dev-tools (0.98) UNRELEASED; urgency=low
* lp-shell: Use "udt-lp-shell" as LP API consumer instead of the non-unique
"test" (lp: #558531).
[ Loïc Minier ]
* bash_completion/pbuilder-dist, dch-repeat: list maverick in possible
Ubuntu dists; the default dist for reverse-build-depends and
submittodebian should be changed in maverick.
-- Michael Bienia <geser@ubuntu.com> Tue, 13 Apr 2010 18:41:36 +0200
ubuntu-dev-tools (0.97) lucid; urgency=low