]> git.deb.at Git - deb/packages.git/blob - templates/config/archive_layout.tmpl
fix off-by-one after switching on the brain again
[deb/packages.git] / templates / config / archive_layout.tmpl
1 [%
2    main_section = 'main'
3    main_archive = 'us'
4    standard_priority = 'optional'
5
6    suite_aliases = {
7                 etch => 'oldstable', 
8                 lenny => 'stable',
9                 squeeze => 'testing',
10                 sid => 'unstable',
11                    }
12
13    section_titles = {
14                 main => g('packages that meet the Debian Free Software Guidelines'),
15                 contrib => g('packages that meet the Debian Free Software Guidelines but need software not in Debian main'),
16                 'non-free' => g('packages that do not meet the Debian Free Software Guidelines'),
17         }
18
19    section_urls = {
20                 main => 'http://www.debian.org/doc/debian-policy/ch-archive.html#s-main',
21                 contrib => 'http://www.debian.org/doc/debian-policy/ch-archive.html#s-contrib',
22                 'non-free' => 'http://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free',
23         }
24
25 %]