From: Frank Lichtenheld
Date: Wed, 6 Feb 2008 16:55:36 +0000 (+0100)
Subject: [UBUNTU] static/index.tmpl: Add version numbers to release names
X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=df06c83004cc5dc74e969a8b2f99beb67d7849ac;p=deb%2Fpackages.git
[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!
[% FOREACH s IN all_suites %]
-- [% s %]
+- [% s %]
+[% IF version_numbers.$s %]([% version_numbers.$s %])[% END %]
[% END %]