The following commit has been merged in the ubuntu-master branch:
commit 9295c7e1a81128139af8694f447d247130cf041c
Author: Gerfried Fuchs <[email protected]>
Date: Fri Oct 14 13:57:57 2011 +0200
Reflect oneiric release: +oneiric, -dapper
diff --git a/config.sh.sed.in b/config.sh.sed.in
index 0e65032..2f12546 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -42,13 +42,10 @@ 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 lucid lucid-updates lucid-backports maverick maverick-updates
maverick-backports natty natty-updates natty-backports oneiric"
+suites="hardy hardy-updates hardy-backports lucid lucid-updates
lucid-backports maverick maverick-updates maverick-backports natty
natty-updates natty-backports oneiric oneiric-updates oneiric-backports precise"
priorities="required important standard optional extra"
dists="$suites"
-architectures="i386 amd64 powerpc"
-arch_dapper="i386 amd64 powerpc"
-arch_dapper_updates="${arch_dapper}"
-arch_dapper_backports="${arch_dapper}"
+architectures="i386 amd64 powerpc armel"
arch_hardy="i386 amd64"
arch_hardy_updates="${arch_hardy}"
arch_hardy_backports="${arch_hardy}"
@@ -64,6 +61,9 @@ arch_natty_backports="${arch_natty}"
arch_oneiric="${arch_maverick}"
arch_oneiric_updates="${arch_oneiric}"
arch_oneiric_backports="${arch_oneiric}"
+arch_precise="${arch_oneiric}"
+arch_precise_updates="${arch_precise}"
+arch_precise_backports="${arch_precise}"
# Miscellaneous
#
diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm
index 86af34b..c88310d 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 natty oneiric);
+ intrepid jaunty karmic lucid maverick natty oneiric
precise);
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 291fc95..de0e9c4 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -5,19 +5,20 @@
html_meta = '<meta name="verify-v1"
content="Rg2bDR1kWPGd8k8v9NOgnmtUQHO6UaKX2glZWVDptok=">'
-%]
[%-
- all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports',
- 'hardy', 'hardy-updates', 'hardy-backports',
+ all_suites = [ 'hardy', 'hardy-updates', 'hardy-backports',
'lucid', 'lucid-updates', 'lucid-backports',
'maverick', 'maverick-updates', 'maverick-backports',
'natty', 'natty-updates', 'natty-backports',
- 'oneiric' ]
+ 'oneiric', 'oneiric-updates', 'oneiric-backports',
+ 'precise' ]
version_numbers = { dapper => '6.06LTS',
hardy => '8.04LTS',
lucid => '10.04LTS',
maverick => '10.10',
natty => '11.04',
+ oneiric => '11.10',
}
- current_release = 'natty'
+ current_release = 'oneiric'
all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
all_architectures = [ 'i386', 'amd64', 'powerpc' ]
-%]
@@ -130,6 +131,8 @@ Distribution:
<hr>
<h2>News</h2>
<dl>
+<dt>2011-10-14</dt>
+<dd>Reflect oneiric release, add oneiric, remove dapper.</dd>
<dt>2011-04-28</dt>
<dd>Reflect natty release, add natty, remove karmic.</dd>
<dt>2010-10-10</dt>
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]