From: Frank Lichtenheld Date: Sun, 2 Nov 2008 23:33:49 +0000 (+0100) Subject: Deb::Versions: Add intrepid and jaunty to @SUITES_SORT X-Git-Url: https://git.deb.at/?a=commitdiff_plain;ds=sidebyside;h=e3337e06d2a1ffa8e6133901992ee97893efa214;p=deb%2Fpackages.git Deb::Versions: Add intrepid and jaunty to @SUITES_SORT Also remove a doubled breezy. --- diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 792a863..2b4c534 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -155,7 +155,7 @@ sub _lcmp { our @SUITES_SORT = qw( 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;