The following commit has been merged in the ubuntu-master branch:
commit ce10f2fe75bc7b12f7230aee1a09437377ec5680
Author: Frank Lichtenheld <[email protected]>
Date: Fri Oct 30 11:11:27 2009 +0100
[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:
<hr>
<h2>News</h2>
<dl>
+<dt>2009-10-30</dt>
+<dd>Reflect karmic release, add lucid.</dd>
<dt>2009-04-24</dt>
<dd>Reflect jaunty release, add karmic, remove gutsy</dd>
<dt>2009-02-21</dt>
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]