From: simonraven Date: Tue, 15 Mar 2011 03:24:53 +0000 (+0000) Subject: modify for new debian release X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=3536c5564f248374a76fa5eda24f4b9c5b2c54c1 modify for new debian release git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1900 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index b4bd5b4..8edf12d 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -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',