]> git.deb.at Git - deb/packages.git/blobdiff - templates/config/archive_layout.tmpl
[ARCHIVE] Finalize etch support
[deb/packages.git] / templates / config / archive_layout.tmpl
index 36ae346ca253e0f26ac4936c79ec05390a0b2a0a..100f0fcf75f88ca74c8f18d4f8936ef0aeab1e26 100644 (file)
@@ -3,17 +3,16 @@
    main_archive = 'us'
    standard_priority = 'optional'
 
-   suite_aliases = {
-               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',
+        }
+
 %]