X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=ec127ce8923eb380a76c2670d3dd0e76c833f7e0;hb=3a9c87f5e21d46867f596462bafc5b95599a003b;hp=5f3b1db7b8062719c0c603720b2c28f9762c8835;hpb=708b1364be58c9b921cc3838d7ed5f5b48959d78;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 5f3b1db..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 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;