X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;ds=sidebyside;f=lib%2FDeb%2FVersions.pm;fp=lib%2FDeb%2FVersions.pm;h=ba9df21b193eeb2b7cb983e235828209db9bb026;hb=af06e819e0543521b4220ef7ea0562f7b8427f79;hp=2b4c5343440339f59a63aa672a30b061ce9ed315;hpb=071c91d904ab92c19a83d2199d91ecedd3245598;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 2b4c534..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 dapper edgy feisty gutsy intrepid jaunty); + 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;