From: Frank Lichtenheld Date: Sun, 2 Sep 2007 21:40:36 +0000 (+0000) Subject: Deb::Versions: Update list of Debian and Ubuntu releases X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=f8b8d3876626679da8947e9dd6302d6e889f7298;p=deb%2Fpackages.git Deb::Versions: Update list of Debian and Ubuntu releases Add lenny for Debian Add edgy, feisty, gutsy for Ubuntu Remove -backports releases, since these should be determined by heuristics --- 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;