X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=0e37ab272d5fdadb22be1f75345ee6292370891d;hb=39c8d5a2fa0e09b0ee557c46a6f0bb34f327f18e;hp=50b5ccb71683641cb1aec83bf1f8a6ea715f59ce;hpb=6e92a4c26c55a0c9ecfa84973edfb849bab8b770;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 50b5ccb..0e37ab2 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -174,12 +174,14 @@ our @SUITES_SORT = qw( sarge oldstable etch etch-m68k - stable stable-proposed-updates lenny - testing testing-proposed-updates + stable stable-proposed-updates squeeze + testing testing-proposed-updates + wheezy sid unstable experimental - warty hoary breezy dapper edgy feisty gutsy hardy intrepid jaunty); + warty hoary breezy dapper edgy feisty gutsy hardy + intrepid jaunty karmic lucid maverick); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;