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