]> git.deb.at Git - deb/packages.git/commitdiff
Merge branch 'master' into ubuntu-master
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 4 Jul 2009 14:48:10 +0000 (16:48 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 4 Jul 2009 14:48:10 +0000 (16:48 +0200)
1  2 
lib/Deb/Versions.pm

diff --combined lib/Deb/Versions.pm
index 62aa0b8a529851af068f926d097bc8a2204349fb,50b5ccb71683641cb1aec83bf1f8a6ea715f59ce..f52221de2ff6a33686135fc799cdacf3b9f9f33b
@@@ -165,7 -165,12 +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
                        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);
  our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
  our @PRIORITY_SORT = qw( required important standard optional extra );
  my $i = 1000;