X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=c88310d1525d736d600ef98aa3053bc4939b1bf9;hb=9295c7e1a81128139af8694f447d247130cf041c;hp=706f017f20c185f25beab1cb6cae6b1d7864622f;hpb=4144ee2df9826651dc9ea1421edc91ed9e39afdb;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 706f017..c88310d 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -180,7 +180,7 @@ our @SUITES_SORT = qw( squeeze sid unstable experimental warty hoary breezy dapper edgy feisty gutsy hardy - intrepid jaunty karmic lucid maverick); + intrepid jaunty karmic lucid maverick natty oneiric precise); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;