]> git.deb.at Git - deb/packages.git/commitdiff
Deb::Versions: Add intrepid and jaunty to @SUITES_SORT
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Nov 2008 23:33:49 +0000 (00:33 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Nov 2008 23:33:49 +0000 (00:33 +0100)
Also remove a doubled breezy.

lib/Deb/Versions.pm

index 792a86373fbcbb7bfec63d1201c25b668709baaf..2b4c5343440339f59a63aa672a30b061ce9ed315 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
-                      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;