X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=706f017f20c185f25beab1cb6cae6b1d7864622f;hb=736a2217aaba77abed998a28be454c36816731dc;hp=62aa0b8a529851af068f926d097bc8a2204349fb;hpb=70fbc048de65db4f013ce06b16fa5e01fc26c8b0;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 62aa0b8..706f017 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -165,7 +165,12 @@ sub _lcmp { return length( $v1 ) <=> length( $v2 ); } -our @SUITES_SORT = qw( woody +our @SUITES_SORT = qw( + bo + hamm + slink + potato + woody sarge oldstable etch etch-m68k @@ -175,7 +180,7 @@ our @SUITES_SORT = qw( woody squeeze sid unstable experimental warty hoary breezy dapper edgy feisty gutsy hardy - intrepid jaunty karmic); + intrepid jaunty karmic lucid maverick); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;