X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchive_layout.tmpl;h=0cad75b213b1e4d322aa3f932bf3ee011971ff94;hb=2ebffd02cfc3c1fc5a12dfe816edadff60d433b5;hp=1eacb1600baa34d49bb5a2ea5bae290d4623d9f8;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac;p=deb%2Fpackages.git diff --git a/templates/config/archive_layout.tmpl b/templates/config/archive_layout.tmpl index 1eacb16..0cad75b 100644 --- a/templates/config/archive_layout.tmpl +++ b/templates/config/archive_layout.tmpl @@ -2,4 +2,24 @@ main_section = 'main' main_archive = 'us' standard_priority = 'optional' + + suite_aliases = { + lenny => 'oldstable', + squeeze => 'stable', + wheezy => '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', + } + %]