X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FDeb%2FVersions.pm;fp=lib%2FDeb%2FVersions.pm;h=f52221de2ff6a33686135fc799cdacf3b9f9f33b;hb=0438ce5807cbe2ea9b8aeeb38f5f8a6565b0f3ac;hp=50b5ccb71683641cb1aec83bf1f8a6ea715f59ce;hpb=41ebce59dc918cf53ec606ec288ff99b8d7e5520;p=deb%2Fpackages.git diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 50b5ccb..f52221d 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -179,7 +179,8 @@ our @SUITES_SORT = qw( 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;