]> git.deb.at Git - deb/packages.git/blobdiff - lib/Deb/Versions.pm
Deb::Versions: Update list of Debian and Ubuntu releases
[deb/packages.git] / 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;