X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=141c3cd095ccb58f45b7f2fe0f7d7782f6485672;hb=e12e92c946350fed77f4856a7be1f00e29c6399f;hp=cde0001ec84710de439394cbff9a55b56a6c72ca;hpb=0b5667823629cdb055a2fe44fd16a9ff2ddae306;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index cde0001..141c3cd 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 hardy ); + warty hoary breezy breezy dapper edgy feisty gutsy hardy intrepid ); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;