]> git.deb.at Git - deb/packages.git/blobdiff - lib/Deb/Versions.pm
Reflect oneiric release: +oneiric, -dapper
[deb/packages.git] / lib / Deb / Versions.pm
index 62aa0b8a529851af068f926d097bc8a2204349fb..c88310d1525d736d600ef98aa3053bc4939b1bf9 100644 (file)
@@ -165,7 +165,12 @@ sub _lcmp {
     return length( $v1 ) <=> length( $v2 );
 }
 
-our @SUITES_SORT = qw(  woody
+our @SUITES_SORT = qw(  
+                       bo
+                       hamm
+                       slink
+                       potato
+                       woody
                        sarge
                        oldstable
                        etch etch-m68k
@@ -175,7 +180,7 @@ our @SUITES_SORT = qw(  woody
                        squeeze
                        sid unstable experimental
                        warty hoary breezy dapper edgy feisty gutsy hardy
-                       intrepid jaunty karmic);
+                       intrepid jaunty karmic lucid maverick natty oneiric precise);
 our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
 our @PRIORITY_SORT = qw( required important standard optional extra );
 my $i = 1000;