The following commit has been merged in the ubuntu-master branch:
commit 8838986480d595069c74d962236e6bb5edf8f5f3
Author: Gerfried Fuchs <[email protected]>
Date:   Sun Oct 10 18:01:07 2010 +0200

    Add maverick, remove jaunty

diff --git a/config.sh.sed.in b/config.sh.sed.in
index ac8e03e..c51c131 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -42,7 +42,7 @@ ddtplangs="ca cs da de eo es eu fi fr hu it ja km ko nl pl pt 
pt-br ru sk sv uk
 archives="us security"
 sections="main multiverse restricted universe"
 parts="$sections"
-suites="dapper dapper-updates dapper-backports hardy hardy-updates 
hardy-backports jaunty jaunty-updates jaunty-backports karmic karmic-updates 
karmic-backports lucid lucid-updates lucid-backports maverick"
+suites="dapper dapper-updates dapper-backports hardy hardy-updates 
hardy-backports karmic karmic-updates karmic-backports lucid lucid-updates 
lucid-backports maverick maverick-updates maverick-backports natty"
 priorities="required important standard optional extra"
 dists="$suites"
 architectures="i386 amd64 powerpc"
@@ -52,10 +52,7 @@ arch_dapper_backports="${arch_dapper}"
 arch_hardy="i386 amd64"
 arch_hardy_updates="${arch_hardy}"
 arch_hardy_backports="${arch_hardy}"
-arch_jaunty="${arch_hardy}"
-arch_jaunty_updates="${arch_jaunty}"
-arch_jaunty_backports="${arch_jaunty}"
-arch_karmic="${arch_jaunty}"
+arch_karmic="${arch_hardy}"
 arch_karmic_updates="${arch_karmic}"
 arch_karmic_backports="${arch_karmic}"
 arch_lucid="${arch_karmic}"
@@ -64,6 +61,9 @@ arch_lucid_backports="${arch_lucid}"
 arch_maverick="${arch_lucid}"
 arch_maverick_updates="${arch_maverick}"
 arch_maverick_backports="${arch_maverick}"
+arch_natty="${arch_maverick}"
+arch_natty_updates="${arch_natty}"
+arch_natty_backports="${arch_natty}"
 
 # Miscellaneous
 #
diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm
index 706f017..de3993b 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 maverick);
+                       intrepid jaunty karmic lucid maverick natty);
 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 62b4716..2203802 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -10,14 +10,15 @@
                   'jaunty', 'jaunty-updates', 'jaunty-backports',
                   'karmic', 'karmic-updates', 'karmic-backports',
                   'lucid', 'lucid-updates', 'lucid-backports',
-                  'maverick' ]
+                  'maverick', 'maverick-updates', 'maverick-backports',
+                  'natty' ]
     version_numbers = { dapper => '6.06LTS',
                        hardy  => '8.04LTS',
-                       jaunty => '9.04',
                        karmic => '9.10',
-                       lucid => '10.04LTS',
+                       lucid  => '10.04LTS',
+                       maverick => '10.10',
                      }
-    current_release = 'lucid'
+    current_release = 'maverick'
     all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
     all_architectures = [ 'i386', 'amd64', 'powerpc' ]
 -%]
@@ -126,6 +127,8 @@ Distribution:
 <hr>
 <h2>News</h2>
 <dl>
+<dt>2010-10-10</dt>
+<dd>Reflect maverick release, add maverick, remove jaunty.</dd>
 <dt>2010-05-05</dt>
 <dd>Reflect lucid release, add maverick, remove intrepid.</dd>
 <dt>2009-10-30</dt>
@@ -339,4 +342,4 @@ may be missing for some packages since I can only mirror the
 i386 and powerpc debs due to space constraints)</dd>
 </dl>
 
-[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = 
'1997 - 2009' %]
+[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = 
'1997 - 2010' %]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to