]> git.deb.at Git - deb/packages.git/commitdiff
Add later ubuntu releases to suites, too
authorGerfried Fuchs <rhonda@debian.at>
Wed, 7 Jul 2010 08:52:55 +0000 (10:52 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Wed, 7 Jul 2010 08:52:55 +0000 (10:52 +0200)
lib/Deb/Versions.pm

index 50b5ccb71683641cb1aec83bf1f8a6ea715f59ce..706f017f20c185f25beab1cb6cae6b1d7864622f 100644 (file)
@@ -179,7 +179,8 @@ our @SUITES_SORT = qw(
                        testing testing-proposed-updates
                        squeeze
                        sid unstable experimental
-                       warty hoary breezy dapper edgy feisty gutsy hardy intrepid jaunty);
+                       warty hoary breezy dapper edgy feisty gutsy hardy
+                       intrepid jaunty karmic lucid maverick);
 our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
 our @PRIORITY_SORT = qw( required important standard optional extra );
 my $i = 1000;