X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;fp=lib%2FDeb%2FVersions.pm;h=2b4c5343440339f59a63aa672a30b061ce9ed315;hp=792a86373fbcbb7bfec63d1201c25b668709baaf;hb=e3337e06d2a1ffa8e6133901992ee97893efa214;hpb=85a0d250766684cd29cd0d3599c9a21bfdf3f33e 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;