X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=c88310d1525d736d600ef98aa3053bc4939b1bf9;hb=be5632280d10cafd25ee4ea3b22b653250cb2e9f;hp=88ecb5cf99baebc48352f5e7c1c7103b28e595ab;hpb=ce10f2fe75bc7b12f7230aee1a09437377ec5680;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 88ecb5c..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); + 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;