mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-22 06:11:29 +00:00
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:
parent
80f53f4ddc
commit
7515ca30e3
@ -31,5 +31,5 @@ _pbuilder-dist()
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
[ "$have" ] && complete -F _pbuilder-dist -o filenames \
|
[ "$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
|
# Make it pbuilder-* if you know how to do it
|
||||||
|
@ -47,7 +47,7 @@ EOM
|
|||||||
exit(0);
|
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");
|
#Getopt::Long::Configure("bundling", "no_ignore_case");
|
||||||
our $opt_build_tree = "/scratch/ubuntu/build";
|
our $opt_build_tree = "/scratch/ubuntu/build";
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
|
* lp-shell: Use "udt-lp-shell" as LP API consumer instead of the non-unique
|
||||||
"test" (lp: #558531).
|
"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
|
-- Michael Bienia <geser@ubuntu.com> Tue, 13 Apr 2010 18:41:36 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.97) lucid; urgency=low
|
ubuntu-dev-tools (0.97) lucid; urgency=low
|
||||||
|
Loading…
x
Reference in New Issue
Block a user