]> git.decadent.org.uk Git - dak.git/commitdiff
Changes to make experimental a proper suite.
authorJames Troup <james@nocrew.org>
Fri, 9 Feb 2001 22:15:07 +0000 (22:15 +0000)
committerJames Troup <james@nocrew.org>
Fri, 9 Feb 2001 22:15:07 +0000 (22:15 +0000)
apt.conf
katie.conf

index f9fdcf944031a08825931900426f5ed5abab63b1..c60fe0657b5eb90b0f98980d971ae28bd7cec038 100644 (file)
--- a/apt.conf
+++ b/apt.conf
@@ -51,6 +51,17 @@ tree "dists/unstable/main"
    Contents " ";
 };
 
+tree "project/experimental"
+{
+   FileList "/org/ftp.debian.org/database/dists/experimental_$(SECTION)_binary-$(ARCH).list";
+   SourceFileList "/org/ftp.debian.org/database/dists/experimental_$(SECTION)_source.list";
+   Sections "main contrib non-free";
+   Architectures "alpha arm hppa hurd-i386 i386 ia64 mips mipsel m68k powerpc s390 sh sparc source";
+   BinOverride "override.sid.$(SECTION)";
+   SrcOverride "override.sid.$(SECTION).src";
+   Contents " ";
+};
+
 bindirectory "dists/proposed-updates"
 {
 
index 81f61b984118115413b4fb8aee85b0792cad6c86..b7f5b13073545b50db794d97d875045a53a67bf4 100644 (file)
@@ -49,6 +49,7 @@ Catherine
     Help "";
     Limit "";
     No-Action "";
+    Verbose "";
     Version "";
    };
 
@@ -172,15 +173,28 @@ Suite
   
   Experimental
   {
+       Components 
+       {
+         main "";
+         contrib "";
+         non-free "";
+       };
        Architectures 
        {
-         "source" "";  
+         "source" ""; 
          "all" "";
          "alpha" ""; 
          "arm" "";
+         "hppa" "";
+         "hurd-i386" "";
          "i386" "";
+         "ia64" "";
          "m68k" "";
+         "mips" "";
+         "mipsel" "";
          "powerpc" "";
+         "s390" "";
+         "sh" "";
          "sparc" "";
        };
        Announce "debian-devel-changes@lists.debian.org";
@@ -188,8 +202,8 @@ Suite
        Origin "Debian";
        Description "Experimental packages - not released; use at your own risk.";
        CodeName "experimental";
-       OverrideCodeName "experimental";
-       SingleOverrideFile "true";
+       OverrideCodeName "sid";
+       OverrideSuite "unstable";
        Priority "0";
   };