The following commit has been merged in the ubuntu-master branch:
commit 736a2217aaba77abed998a28be454c36816731dc
Author: Gerfried Fuchs <[email protected]>
Date: Wed May 5 14:47:05 2010 +0200
Reflect lucid release, add maverick.
diff --git a/config.sh.sed.in b/config.sh.sed.in
index c75039e..a897377 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 karmic-updates karmic-backports lucid"
+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
lucid-updates lucid-backports maverick"
dists="$suites"
priorities="required important standard optional extra"
architectures="i386 amd64 powerpc"
@@ -64,6 +64,9 @@ arch_karmic_backports="${arch_karmic}"
arch_lucid="${arch_karmic}"
arch_lucid_updates="${arch_lucid}"
arch_lucid_backports="${arch_lucid}"
+arch_maverick="${arch_lucid}"
+arch_maverick_updates="${arch_maverick}"
+arch_maverick_backports="${arch_maverick}"
# Miscellaneous
#
diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm
index 88ecb5c..706f017 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 lucid);
+ 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;
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index f3e7dbf..61543f4 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -10,14 +10,16 @@
'intrepid', 'intrepid-updates', 'intrepid-backports',
'jaunty', 'jaunty-updates', 'jaunty-backports',
'karmic', 'karmic-updates', 'karmic-backports',
- 'lucid' ]
+ 'lucid', 'lucid-updates', 'lucid-backports',
+ 'maverick' ]
version_numbers = { dapper => '6.06LTS',
hardy => '8.04LTS',
intrepid => '8.10',
jaunty => '9.04',
- karmic => '9.10',
+ karmic => '9.10',
+ lucid => '10.04LTS',
}
- current_release = 'karmic'
+ current_release = 'lucid'
all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
all_architectures = [ 'i386', 'amd64', 'powerpc' ]
-%]
@@ -126,6 +128,8 @@ Distribution:
<hr>
<h2>News</h2>
<dl>
+<dt>2010-05-05</dt>
+<dd>Reflect lucid release, add maverick.</dd>
<dt>2009-10-30</dt>
<dd>Reflect karmic release, add lucid.</dd>
<dt>2009-04-24</dt>
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]