]> git.deb.at Git - deb/packages.git/commitdiff
Deb::Versions: Update list of Debian and Ubuntu releases
authorFrank Lichtenheld <frank@lichtenheld.org>
Sun, 2 Sep 2007 21:40:36 +0000 (21:40 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Sep 2007 22:01:05 +0000 (22:01 +0000)
Add lenny for Debian
Add edgy, feisty, gutsy for Ubuntu
Remove -backports releases, since these should
be determined by heuristics

lib/Deb/Versions.pm

index 366af76bccca359450606767630c77936c52f4ba..ec127ce8923eb380a76c2670d3dd0e76c833f7e0 100644 (file)
@@ -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;