X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;h=62aa0b8a529851af068f926d097bc8a2204349fb;hb=a3a30de1bd4be8a1812a7f74df5990da26008446;hp=774c9b51ec886bd257421f84b4f8d7e20392370f;hpb=ba5be70ae27ddcb97cae5b9e5ceb9c97c06649f3;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 774c9b5..62aa0b8 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -174,7 +174,8 @@ our @SUITES_SORT = qw( woody testing testing-proposed-updates squeeze sid unstable experimental - warty hoary breezy dapper edgy feisty gutsy hardy intrepid jaunty); + warty hoary breezy dapper edgy feisty gutsy hardy + intrepid jaunty karmic); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;