X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=ba9df21b193eeb2b7cb983e235828209db9bb026;hb=012f6d343c9a5e8de0fb66463031884814b7d41e;hp=792a86373fbcbb7bfec63d1201c25b668709baaf;hpb=85a0d250766684cd29cd0d3599c9a21bfdf3f33e;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 792a863..ba9df21 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 hardy intrepid jaunty); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;