X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FPackages%2FDispatcher.pm;h=484e222f02bd0e433038c329309fa240a2119beb;hb=3e6855ff77bb3e4da4faf8027643bc97fe90b0f5;hp=e2771b9fadd5df910fc1e0454484b86a0a1fc38d;hpb=10a2d2f00a391e3300044d4092467eb1d19ddbd5;p=deb%2Fpackages.git diff --git a/lib/Packages/Dispatcher.pm b/lib/Packages/Dispatcher.pm index e2771b9..484e222 100755 --- a/lib/Packages/Dispatcher.pm +++ b/lib/Packages/Dispatcher.pm @@ -64,11 +64,12 @@ sub do_dispatch { delete $ENV{'LC_ALL'}; delete $ENV{'LC_MESSAGES'}; - my %SUITES_ALIAS = ( #oldstable => 'sarge', - stable => 'etch', - testing => 'lenny', + my %SUITES_ALIAS = ( oldstable => 'etch', + stable => 'lenny', + testing => 'squeeze', unstable => 'sid', - '4.0' => 'etch' ); + '4.0' => 'etch', + '5.0' => 'lenny' ); # Read in all the variables set by the form my $input;