]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/Dispatcher.pm
The Lenny Release Commit
[deb/packages.git] / lib / Packages / Dispatcher.pm
index e2771b9fadd5df910fc1e0454484b86a0a1fc38d..484e222f02bd0e433038c329309fa240a2119beb 100755 (executable)
@@ -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;