From 736a2217aaba77abed998a28be454c36816731dc Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Wed, 5 May 2010 14:47:05 +0200 Subject: [PATCH] Reflect lucid release, add maverick. --- config.sh.sed.in | 5 ++++- lib/Deb/Versions.pm | 2 +- templates/html/homepage.tmpl | 10 +++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) 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:

News

+
2010-05-05
+
Reflect lucid release, add maverick.
2009-10-30
Reflect karmic release, add lucid.
2009-04-24
-- 2.39.2