X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchive_layout.tmpl;h=c563e6e3386ee8971711ce1d5eb98727c7c46327;hb=21c2a93fccfe13b14c13460a8ebff5913e4ba167;hp=6e501c7ababaf3983d2b0c7f1cb8f3d506a1b00c;hpb=e3267460f5a73aba7118b0b90918981fd12099d1;p=deb%2Fpackages.git diff --git a/templates/config/archive_layout.tmpl b/templates/config/archive_layout.tmpl index 6e501c7..c563e6e 100644 --- a/templates/config/archive_layout.tmpl +++ b/templates/config/archive_layout.tmpl @@ -4,9 +4,22 @@ standard_priority = 'optional' suite_aliases = { - sarge => 'oldstable', - etch => 'stable', - lenny => 'testing', + etch => 'oldstable', + lenny => 'stable', + squeeze => 'testing', sid => 'unstable', } + + section_titles = { + main => g('packages that meet the Debian Free Software Guidelines'), + contrib => g('packages that meet the Debian Free Software Guidelines but need software not in Debian main'), + 'non-free' => g('packages that do not meet the Debian Free Software Guidelines'), + } + + section_urls = { + main => 'http://www.debian.org/doc/debian-policy/ch-archive.html#s-main', + contrib => 'http://www.debian.org/doc/debian-policy/ch-archive.html#s-contrib', + 'non-free' => 'http://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free', + } + %]