]> git.decadent.org.uk Git - dak.git/commitdiff
woody-proposed-updates
authorJames Troup <james@nocrew.org>
Tue, 21 Aug 2001 15:48:03 +0000 (15:48 +0000)
committerJames Troup <james@nocrew.org>
Tue, 21 Aug 2001 15:48:03 +0000 (15:48 +0000)
apt.conf
apt.conf-non-US
katie.conf
katie.conf-non-US

index 15d182d655ba14007dbd5185bd41187521fa7fe6..4fa969b9828cf60dbed04fd3795ed5bdb20f6dcb 100644 (file)
--- a/apt.conf
+++ b/apt.conf
@@ -31,6 +31,18 @@ tree "dists/testing"
    SrcOverride "override.woody.$(SECTION).src";
 };
 
+tree "dists/woody-proposed-updates"
+{
+   FileList "/org/ftp.debian.org/database/dists/woody-proposed-updates_$(SECTION)_binary-$(ARCH).list";
+   SourceFileList "/org/ftp.debian.org/database/dists/woody-proposed-updates_$(SECTION)_source.list";
+   Sections "main contrib non-free";
+   Architectures "alpha arm hppa i386 ia64 m68k powerpc sparc source";
+   BinOverride "override.woody.$(SECTION)";
+   ExtraOverride "override.woody.extra.$(SECTION)";
+   SrcOverride "override.woody.$(SECTION).src";
+   Contents " ";
+};
+
 tree "dists/unstable"
 {
    FileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_binary-$(ARCH).list";
index 65a6f11d2d647a953336570f1f0faec506f3caf9..5f039f4619f494f2bcfb158dd0c70e068e04d441 100644 (file)
@@ -30,6 +30,17 @@ tree "dists/testing/non-US"
    SrcOverride "override.woody.$(SECTION).src";
 };
 
+tree "dists/woody-proposed-updates/non-US"
+{
+   FileList "/org/non-us.debian.org/database/dists/woody-proposed-updates_non-us/$(SECTION)_binary-$(ARCH).list";
+   SourceFileList "/org/non-us.debian.org/database/dists/woody-proposed-updates_non-us/$(SECTION)_source.list";
+   Sections "main contrib non-free";
+   Architectures "alpha arm hppa i386 ia64 m68k powerpc sparc source";
+   BinOverride "override.woody.$(SECTION)";
+   SrcOverride "override.woody.$(SECTION).src";
+   Contents " ";
+};
+
 tree "dists/unstable/non-US"
 {
    FileList "/org/non-us.debian.org/database/dists/unstable_non-us/$(SECTION)_binary-$(ARCH).list";
index a767e37ded212d23be1adf0d3b9b0791313b248a..0223f10b15d048d9c173b1ac723cbccbbf9948fc 100644 (file)
@@ -95,8 +95,10 @@ Madison
 
   Options
   {
+    Architecture "";
     Debug "";
     Help "";
+    Maintainer "";
     Suite "";
     Version "";
    };
@@ -313,6 +315,34 @@ Suite
        Priority "3";
   };
 
+  Woody-Proposed-Updates
+  {
+       Components 
+       {
+         main "";
+         contrib "";
+         non-free "";
+       };
+       Architectures 
+       {
+         "source" "";  
+         "all" "";
+         "alpha" ""; 
+         "arm" "";
+         "hppa" "";
+         "i386" "";
+         "ia64" "";
+         "m68k" "";
+         "powerpc" "";
+         "sparc" "";
+       };
+       Origin "Debian";
+       Description "Debian Testing distribution updates - Not Released";
+       CodeName "woody-proposed-updates";
+       OverrideCodeName "woody";
+       Priority "4";
+  };
+
   Unstable
   {
        Components 
@@ -344,7 +374,7 @@ Suite
        Description "Debian Unstable - Not Released";
        CodeName "sid";
        OverrideCodeName "sid";
-       Priority "4";
+       Priority "5";
   };
 
 };
index 4881ebbbfecbb56236f73e96763d8d8c96865f18..d05ea06282822502d23a9434a85ee82a1e88bfc4 100644 (file)
@@ -298,6 +298,34 @@ Suite
        Priority "3";
   };
 
+  Woody-Proposed-Updates
+  {
+       Components 
+       {
+         non-US/main "";
+         non-US/contrib "";
+         non-US/non-free "";
+       };
+       Architectures 
+       {
+         "source" "";  
+         "all" "";
+         "alpha" ""; 
+         "arm" "";
+         "hppa" "";
+         "i386" "";
+         "ia64" "";
+         "m68k" "";
+         "powerpc" "";
+         "sparc" "";
+       };
+       Origin "Debian";
+       Description "Debian Testing distribution updates - Not Released";
+       CodeName "woody-proposed-updates";
+       OverrideCodeName "woody";
+       Priority "4";
+  };
+
   Unstable
   {
        Components 
@@ -329,7 +357,7 @@ Suite
        Description "Debian Unstable - Not Released";
        CodeName "sid";
        OverrideCodeName "sid";
-       Priority "4";
+       Priority "5";
   };
 
 };