]> git.decadent.org.uk Git - dak.git/blobdiff - apt.conf
claire on non-us
[dak.git] / apt.conf
index 86c7b17c438bd2e97b6dab58ad42fc733cf928a6..214fd1ead71c564923e5052c6874a74434d8f0f0 100644 (file)
--- a/apt.conf
+++ b/apt.conf
@@ -30,14 +30,24 @@ tree "dists/stable"
    SrcOverride "override.potato.$(SECTION).src";
 };
 
+tree "dists/testing"
+{
+   FileList "/org/ftp.debian.org/database/dists/testing_$(SECTION)_binary-$(ARCH).list";
+   SourceFileList "/org/ftp.debian.org/database/dists/testing_$(SECTION)_source.list";
+   Sections "main contrib non-free";
+   Architectures "alpha arm i386 m68k powerpc sparc source";
+   BinOverride "override.woody.$(SECTION)";
+   SrcOverride "override.woody.$(SECTION).src";
+};
+
 tree "dists/unstable"
 {
    FileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_binary-$(ARCH).list";
    SourceFileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_source.list";
    Sections "main contrib non-free";
    Architectures "alpha arm hppa hurd-i386 i386 mips mipsel m68k powerpc sh sparc source";
-   BinOverride "override.woody.$(SECTION)";
-   SrcOverride "override.woody.$(SECTION).src";
+   BinOverride "override.sid.$(SECTION)";
+   SrcOverride "override.sid.$(SECTION).src";
 };
 
 tree "dists/unstable/main"
@@ -45,20 +55,19 @@ tree "dists/unstable/main"
    FileList "/org/ftp.debian.org/database/dists/unstable_main_$(SECTION)_binary-$(ARCH).list";
    Sections "debian-installer";
    Architectures "alpha arm hppa hurd-i386 i386 mips mipsel m68k powerpc sh sparc";
-   BinOverride "override.woody.$(SECTION)";
+   BinOverride "override.sid.main.$(SECTION)";
    BinCacheDB "packages-debian-installer-$(ARCH).db";
    Packages::Extensions ".udeb";
-   Contents "";
+   Contents " ";
 };
 
 bindirectory "dists/proposed-updates"
 {
 
-   FileList "/org/ftp.debian.org/database/dists/proposed-updates_-_binary.list";
-   SourceFileList "/org/ftp.debian.org/database/proposed-updates_-_source.list";
+   FileList "/org/ftp.debian.org/database/dists/proposed-updates_-_all.list";
    Packages "dists/proposed-updates/Packages";
    Sources "dists/proposed-updates/Sources";
-   Contents "";
+   Contents " ";
 
    BinOverride "override.potato.all3";
    BinCacheDB "packages-proposed-updates.db";