X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=86af34b73e5bf28f73a540d38bca0cd27a1fdf1a;hb=56ba156255307e6b0f02833198994a144a25c1ee;hp=de3993bfeb1ede063c968d098b52ace9084e683a;hpb=700bda5f70856bd601da863e9febef947cbc3c11;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index de3993b..86af34b 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); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;