]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Debian.pl
modify for new debian release
[infobot.git] / src / Modules / Debian.pl
index b4bd5b42b9f553bbaa16b40f6078af8d7d5c2fa4..8edf12dffae8301e6fed0ba2d425624425fdc189 100644 (file)
@@ -28,14 +28,17 @@ my $arch = "i386";
 # format: "alias=real".
 my %dists = (
     'unstable'     => 'sid',
-    'testing'      => 'lenny',
-    'stable'       => 'etch',
+    'testing'      => 'wheezy',
+    'stable'       => 'squeeze',
     'experimental' => 'experimental',
-    'oldstable'    => 'sarge',
+    'oldstable'    => 'lenny',
     'incoming'     => 'incoming',
 );
 
 my %archived_dists = (
+       lenny  => 'lenny',
+       etch   => 'etch',
+       sarge  => 'sarge',
     woody  => 'woody',
     potato => 'potato',
     hamm   => 'hamm',