]> git.decadent.org.uk Git - dak.git/blobdiff - apt.conf.stable-non-US
Add new top level directories
[dak.git] / apt.conf.stable-non-US
index 494c61d674ecf2e8dc63b29f82a7bc6e7b40c09f..660df3a3b13e45e814d64e2bd78cc72f505bbb62 100644 (file)
@@ -11,7 +11,6 @@ Default
    Sources::Compress "gzip";
    Contents::Compress "gzip";
    DeLinkLimit 0;
-   MaxContentsChange 6000;
    FileMode 0664;
 }
 
@@ -22,11 +21,10 @@ TreeDefault
 
 tree "dists/stable/non-US"
 {
-   FileList "/org/non-us.debian.org/database/dists/stable_non-us/$(SECTION)_binary-$(ARCH).list";
-   SourceFileList "/org/non-us.debian.org/database/dists/stable_non-us/$(SECTION)_source.list";
+   FileList "/org/non-us.debian.org/database/dists/stable_non-US/$(SECTION)_binary-$(ARCH).list";
+   SourceFileList "/org/non-us.debian.org/database/dists/stable_non-US/$(SECTION)_source.list";
    Sections "main contrib non-free";
-   Architectures "alpha arm i386 m68k powerpc sparc source";
-   BinOverride "override.potato.$(SECTION)";
-   SrcOverride "override.potato.$(SECTION).src";
-   External-Links false;
+   Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source";
+   BinOverride "override.woody.$(SECTION)";
+   SrcOverride "override.woody.$(SECTION).src";
 };