From: Frank Lichtenheld Date: Fri, 30 Oct 2009 10:11:27 +0000 (+0100) Subject: [UBUNTU] karmic is released, reflect that, add lucid X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=ce10f2fe75bc7b12f7230aee1a09437377ec5680;hp=a94292426fc9c73044803622d2b88b5902982e9c;p=deb%2Fpackages.git [UBUNTU] karmic is released, reflect that, add lucid --- diff --git a/config.sh.sed.in b/config.sh.sed.in index 8ab6a25..c75039e 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -42,7 +42,7 @@ ddtplangs="be ca cs da de en-gb eo es et eu fi fr gl hu id it ja ka km ko lt ml archives="us security" sections="main multiverse restricted universe" parts="$sections" -suites="dapper dapper-updates dapper-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports jaunty jaunty-updates jaunty-backports karmic" +suites="dapper dapper-updates dapper-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports jaunty jaunty-updates jaunty-backports karmic karmic-updates karmic-backports lucid" dists="$suites" priorities="required important standard optional extra" architectures="i386 amd64 powerpc" @@ -61,6 +61,9 @@ arch_jaunty_backports="${arch_jaunty}" arch_karmic="${arch_jaunty}" arch_karmic_updates="${arch_karmic}" arch_karmic_backports="${arch_karmic}" +arch_lucid="${arch_karmic}" +arch_lucid_updates="${arch_lucid}" +arch_lucid_backports="${arch_lucid}" # Miscellaneous # diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index f52221d..88ecb5c 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -180,7 +180,7 @@ our @SUITES_SORT = qw( squeeze sid unstable experimental warty hoary breezy dapper edgy feisty gutsy hardy - intrepid jaunty karmic); + intrepid jaunty karmic lucid); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000; diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm index 7096417..96e1836 100644 --- a/lib/Packages/DoSearchContents.pm +++ b/lib/Packages/DoSearchContents.pm @@ -33,7 +33,7 @@ sub do_search_contents { #FIXME: that's extremely hacky atm if ($params->{values}{suite}{no_replace}[0] eq 'default') { $params->{values}{suite}{no_replace} = - $params->{values}{suite}{final} = $opts->{suite} = [ 'jaunty' ]; + $params->{values}{suite}{final} = $opts->{suite} = [ 'karmic' ]; } if (@{$opts->{suite}} > 1) { diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index f8b78e9..f3e7dbf 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -9,13 +9,15 @@ 'hardy', 'hardy-updates', 'hardy-backports', 'intrepid', 'intrepid-updates', 'intrepid-backports', 'jaunty', 'jaunty-updates', 'jaunty-backports', - 'karmic', ] + 'karmic', 'karmic-updates', 'karmic-backports', + 'lucid' ] version_numbers = { dapper => '6.06LTS', hardy => '8.04LTS', intrepid => '8.10', jaunty => '9.04', + karmic => '9.10', } - current_release = 'jaunty' + current_release = 'karmic' all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ] all_architectures = [ 'i386', 'amd64', 'powerpc' ] -%] @@ -124,6 +126,8 @@ Distribution:

News

+
2009-10-30
+
Reflect karmic release, add lucid.
2009-04-24
Reflect jaunty release, add karmic, remove gutsy
2009-02-21