The following commit has been merged in the ubuntu-master branch:
commit df06c83004cc5dc74e969a8b2f99beb67d7849ac
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Feb 6 17:55:36 2008 +0100

    [UBUNTU] static/index.tmpl: Add version numbers to release names
    
    Merged from CVS

diff --git a/static/index.tmpl b/static/index.tmpl
index 309397f..fef668f 100644
--- a/static/index.tmpl
+++ b/static/index.tmpl
@@ -9,6 +9,10 @@
                   'feisty', 'feisty-updates', 'feisty-backports',
                   'gutsy', 'gutsy-updates', 'gutsy-backports',
                   'hardy' ]
+    version_numbers = { dapper => '6.06LTS',
+                       edgy   => '6.10',
+                       feisty => '7.04',
+                       gutsy  => '7.10' }
     current_release = 'gutsy'
     all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
     all_architectures = [ 'i386', 'amd64', 'powerpc' ]
@@ -25,7 +29,8 @@ if you encounter any problems!</em></p>
 
 <ul style="font-size:large">
 [% FOREACH s IN all_suites %]
-<li><a href="[% s %]/">[% s %]</a></li>
+<li><a href="[% s %]/">[% s %]</a>
+[% IF version_numbers.$s %]([% version_numbers.$s %])[% END %]</li>
 [% END %]
 </ul>
 

-- 
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