]> git.deb.at Git - deb/packages.git/commitdiff
Deb::Versions: Also add hardy
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 3 Nov 2008 00:24:25 +0000 (01:24 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 3 Nov 2008 00:24:25 +0000 (01:24 +0100)
lib/Deb/Versions.pm

index 2b4c5343440339f59a63aa672a30b061ce9ed315..ba9df21b193eeb2b7cb983e235828209db9bb026 100644 (file)
@@ -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
 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;
 our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
 our @PRIORITY_SORT = qw( required important standard optional extra );
 my $i = 1000;