From: Frank Lichtenheld Date: Mon, 3 Nov 2008 21:53:47 +0000 (+0100) Subject: Merge commit 'origin/master' into archive-master X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=e88cc8fb37d6809017036b4f1e022cdb746a1fe1 Merge commit 'origin/master' into archive-master --- e88cc8fb37d6809017036b4f1e022cdb746a1fe1 diff --cc lib/Deb/Versions.pm index 606f753,2b4c534..eb83819 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@@ -152,11 -152,10 +152,11 @@@ sub _lcmp return length( $v1 ) <=> length( $v2 ); } -our @SUITES_SORT = qw( woody oldstable sarge stable stable-proposed-updates +our @SUITES_SORT = qw( bo hamm slink potato woody + oldstable sarge stable stable-proposed-updates etch etch-m68k testing testing-proposed-updates lenny sid unstable experimental - warty hoary breezy breezy dapper edgy feisty gutsy ); + warty hoary breezy dapper edgy feisty gutsy intrepid jaunty); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;