X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=c88310d1525d736d600ef98aa3053bc4939b1bf9;hb=be5632280d10cafd25ee4ea3b22b653250cb2e9f;hp=de3993bfeb1ede063c968d098b52ace9084e683a;hpb=8e9de16194c85f518bbccbc1bf0a06ccc2abd62f;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;