]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] Reflect intrepid release
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 30 Oct 2008 19:48:52 +0000 (20:48 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 30 Oct 2008 19:51:06 +0000 (20:51 +0100)
config.sh.sed.in
lib/Packages/DoSearchContents.pm
lib/Packages/DoShow.pm
static/index.tmpl

index 48dd533d1a08b05844e9ef96a4ab167e763c9c75..22b51937e044ebd702408287809c6cbfad0b37a6 100644 (file)
@@ -42,7 +42,7 @@ ddtplangs="ca cs da de eo es fi fr hu it ja ko nl pl pt pt-br ru sk sv uk zh-cn
 archives="us security"
 sections="main multiverse restricted universe"
 parts="$sections"
-suites="dapper dapper-updates dapper-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy hardy-updates hardy-backports intrepid"
+suites="dapper dapper-updates dapper-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports"
 dists="$suites"
 priorities="required important standard optional extra"
 architectures="i386 amd64 powerpc"
index ca83dcbdcb25e38639415d50d142157af0e10d36..fc238a71b3366ae17c4e3f6a87e89dac297d2c16 100644 (file)
@@ -33,7 +33,7 @@ sub do_search_contents {
     #FIXME: that's extremely hacky atm
     if ($params->{values}{suite}{no_replace}[0] eq 'default') {
        $params->{values}{suite}{no_replace} =
-           $params->{values}{suite}{final} = $opts->{suite} = [ 'hardy' ];
+           $params->{values}{suite}{final} = $opts->{suite} = [ 'intrepid' ];
     }
 
     if (@{$opts->{suite}} > 1) {
index 846dda7820ee5775d89105a876e1e430b0d0980b..00bc8cdc161787359220be585900c79a26cfa130 100644 (file)
@@ -233,7 +233,7 @@ sub do_show {
                            if ( ($suite ne "experimental")
                                 && ($subsection ne 'debian-installer')
                                 && ($suite !~ /-(backports|updates)$/)
-                                && ($suite !~ /(dapper|intrepid)/)) {
+                                && ($suite !~ /dapper/)) {
                                $d{contents_avail} = 1;
                            }
                            push @downloads, \%d;
index da74ff63b66bf8c6c1c65d34fa3647bbfae86d9c..d05ae6eedff80372addd95ebea9e71d52decd89d 100644 (file)
@@ -9,12 +9,13 @@
                   'feisty', 'feisty-updates', 'feisty-backports',
                   'gutsy', 'gutsy-updates', 'gutsy-backports',
                   'hardy', 'hardy-updates', 'hardy-backports',
-                  'intrepid' ]
+                  'intrepid', 'intrepid-updates', 'intrepid-backports' ]
     version_numbers = { dapper => '6.06LTS',
                        feisty => '7.04',
                        gutsy  => '7.10',
-                       hardy  => '8.04LTS'}
-    current_release = 'hardy'
+                       hardy  => '8.04LTS',
+                       intrepid => '8.10'}
+    current_release = 'intrepid'
     all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
     all_architectures = [ 'i386', 'amd64', 'powerpc' ]
 -%]
@@ -130,6 +131,8 @@ Display:
 <hr>
 <h2>News</h2>
 <dl>
+<dt>2008-10-30</dt>
+<dd>Reflect intrepid release.</dd>
 <dt>2008-06-10</dt>
 <dd>
 <p>Removed edgy</p>