From f8b8d3876626679da8947e9dd6302d6e889f7298 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 2 Sep 2007 21:40:36 +0000 Subject: [PATCH] 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 --- lib/Deb/Versions.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2