From: Gerfried Fuchs Date: Wed, 7 Jul 2010 08:52:55 +0000 (+0200) Subject: Add later ubuntu releases to suites, too X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=4144ee2df9826651dc9ea1421edc91ed9e39afdb;hp=-c;p=deb%2Fpackages.git Add later ubuntu releases to suites, too --- 4144ee2df9826651dc9ea1421edc91ed9e39afdb diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 50b5ccb..706f017 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 lucid maverick); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000;