X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=ec127ce8923eb380a76c2670d3dd0e76c833f7e0;hp=366af76bccca359450606767630c77936c52f4ba;hb=f8b8d3876626679da8947e9dd6302d6e889f7298;hpb=b8b355ae8a369df1fddf23a081282bee7855b250 diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 366af76..ec127ce 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -154,9 +154,9 @@ sub _lcmp { } our @SUITES_SORT = qw( woody oldstable sarge stable stable-proposed-updates - etch etch-m68k testing testing-proposed-updates sid unstable - experimental warty hoary hoary-backports breezy - breezy-backports dapper ); + etch etch-m68k testing testing-proposed-updates lenny + sid unstable experimental + warty hoary breezy breezy dapper edgy feisty gutsy ); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;