From 0c10cf2baa7cbb65f66f9eb3be641fc53b2e6de7 Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 27 Feb 2004 20:08:19 +0000 Subject: [PATCH 1/1] t-p-u udeb support. remove obsolete and very bad t-s -> s mapping. --- apt.conf | 14 +++++++++++++- katie.conf | 8 +++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/apt.conf b/apt.conf index f7422d59..0f8d5c32 100644 --- a/apt.conf +++ b/apt.conf @@ -75,7 +75,19 @@ tree "dists/testing/main" { FileList "/org/ftp.debian.org/database/dists/testing_main_$(SECTION)_binary-$(ARCH).list"; Sections "debian-installer"; - Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source"; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"; + BinOverride "override.sarge.main.$(SECTION)"; + SrcOverride "override.sarge.main.src"; + BinCacheDB "packages-debian-installer-$(ARCH).db"; + Packages::Extensions ".udeb"; + Contents " "; +}; + +tree "dists/testing-proposed-updates/main" +{ + FileList "/org/ftp.debian.org/database/dists/testing-proposed-updates_main_$(SECTION)_binary-$(ARCH).list"; + Sections "debian-installer"; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"; BinOverride "override.sarge.main.$(SECTION)"; SrcOverride "override.sarge.main.src"; BinCacheDB "packages-debian-installer-$(ARCH).db"; diff --git a/katie.conf b/katie.conf index 29076232..f49dd574 100644 --- a/katie.conf +++ b/katie.conf @@ -276,6 +276,10 @@ Suite Experimental; }; }; + UdebComponents + { + main; + }; }; Unstable @@ -379,14 +383,12 @@ Suite SuiteMappings { - "map testing-security proposed-updates"; - "map stable proposed-updates"; "map stable-security proposed-updates"; "map-unreleased stable unstable"; "map-unreleased proposed-updates unstable"; "map testing testing-proposed-updates"; - //"map testing-security testing-proposed-updates"; + "map testing-security testing-proposed-updates"; "map-unreleased testing unstable"; "map-unreleased testing-proposed-updates unstable"; }; -- 2.39.2