X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=0e37ab272d5fdadb22be1f75345ee6292370891d;hb=dfec19720f8f939dca781464da850f79a5a03490;hp=774c9b51ec886bd257421f84b4f8d7e20392370f;hpb=f41bb0f6d97cb0d00c627e79d42128ccd661c625;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 774c9b5..0e37ab2 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -165,16 +165,23 @@ 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 - stable stable-proposed-updates lenny - testing testing-proposed-updates + stable stable-proposed-updates squeeze + testing testing-proposed-updates + wheezy sid unstable experimental - warty hoary breezy dapper edgy feisty gutsy hardy intrepid jaunty); + warty hoary breezy dapper edgy feisty gutsy hardy + 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;