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