From 30b3579ed7ed23f0c8d7b48ec98fec5a6dd062a7 Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 21 Aug 2001 15:48:03 +0000 Subject: [PATCH] woody-proposed-updates --- apt.conf | 12 ++++++++++++ apt.conf-non-US | 11 +++++++++++ katie.conf | 32 +++++++++++++++++++++++++++++++- katie.conf-non-US | 30 +++++++++++++++++++++++++++++- 4 files changed, 83 insertions(+), 2 deletions(-) diff --git a/apt.conf b/apt.conf index 15d182d6..4fa969b9 100644 --- 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"; diff --git a/apt.conf-non-US b/apt.conf-non-US index 65a6f11d..5f039f46 100644 --- a/apt.conf-non-US +++ b/apt.conf-non-US @@ -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"; diff --git a/katie.conf b/katie.conf index a767e37d..0223f10b 100644 --- a/katie.conf +++ b/katie.conf @@ -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"; }; }; diff --git a/katie.conf-non-US b/katie.conf-non-US index 4881ebbb..d05ea062 100644 --- a/katie.conf-non-US +++ b/katie.conf-non-US @@ -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"; }; }; -- 2.39.5