]> git.deb.at Git - deb/packages.git/commitdiff
Reflect oneiric release: +oneiric, -dapper
authorGerfried Fuchs <rhonda@debian.org>
Fri, 14 Oct 2011 11:57:57 +0000 (13:57 +0200)
committerGerfried Fuchs <rhonda@debian.org>
Fri, 14 Oct 2011 11:57:57 +0000 (13:57 +0200)
config.sh.sed.in
lib/Deb/Versions.pm
templates/html/homepage.tmpl

index 0e65032ec7f2191d657a549740e6aba4cc094139..2f12546ccca4466ca340dcecfb73b289be3da675 100644 (file)
@@ -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
 #
index 86af34b73e5bf28f73a540d38bca0cd27a1fdf1a..c88310d1525d736d600ef98aa3053bc4939b1bf9 100644 (file)
@@ -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;
index 291fc957adb087f3c68954765866e5c751682b77..de0e9c47659c504b84b2eab6a30d6c5e78edb1b8 100644 (file)
@@ -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>