]> git.deb.at Git - deb/packages.git/blobdiff - lib/Deb/Versions.pm
Merge branch 'master' into debian-master
[deb/packages.git] / lib / Deb / Versions.pm
index 50b5ccb71683641cb1aec83bf1f8a6ea715f59ce..0e37ab272d5fdadb22be1f75345ee6292370891d 100644 (file)
@@ -174,12 +174,14 @@ our @SUITES_SORT = qw(
                        sarge
                        oldstable
                        etch etch-m68k
-                       stable stable-proposed-updates
                        lenny
-                       testing testing-proposed-updates
+                       stable stable-proposed-updates
                        squeeze
+                       testing testing-proposed-updates
+                       wheezy
                        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;