]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] Deb::Versions: Add intrepid to @SUITES_SORT
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 30 Oct 2008 19:47:29 +0000 (20:47 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 30 Oct 2008 19:51:06 +0000 (20:51 +0100)
lib/Deb/Versions.pm

index cde0001ec84710de439394cbff9a55b56a6c72ca..141c3cd095ccb58f45b7f2fe0f7d7782f6485672 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 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;