X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=86af34b73e5bf28f73a540d38bca0cd27a1fdf1a;hb=57846fbfa25f9a6a4878182037d14dc9c1e5ac36;hp=50b5ccb71683641cb1aec83bf1f8a6ea715f59ce;hpb=adbcfcb29cc7e21e46f7b3e1cace9de0d95f9a28;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 50b5ccb..86af34b 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -179,7 +179,8 @@ our @SUITES_SORT = qw( testing testing-proposed-updates squeeze 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 natty oneiric); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;