X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=18a9152948cfdff60f07ebf3135d53e45bb4aed8;hb=9dc915676665beed8a5e4f110399c44b485d48f7;hp=9f722ae35e8c5fc20aab74f28379b94ee2077caf;hpb=2bc20f7d8b5c5ee5b7b1e1c48d2e22e1b42ff452;p=dak.git diff --git a/apt.conf b/apt.conf index 9f722ae3..18a91529 100644 --- a/apt.conf +++ b/apt.conf @@ -34,6 +34,7 @@ tree "dists/proposed-updates" tree "dists/testing" { + FakeDI "dists/unstable"; 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"; @@ -74,6 +75,7 @@ tree "dists/unstable/main" Sections "debian-installer"; Architectures "alpha arm hppa hurd-i386 i386 ia64 mips mipsel m68k powerpc s390 sh sparc"; BinOverride "override.sid.main.$(SECTION)"; + SrcOverride "override.sid.main.src"; BinCacheDB "packages-debian-installer-$(ARCH).db"; Packages::Extensions ".udeb"; Contents " "; @@ -89,17 +91,3 @@ tree "project/experimental" SrcOverride "override.sid.$(SECTION).src"; Contents " "; }; - -bindirectory "dists/old-proposed-updates" -{ - - FileList "/org/ftp.debian.org/database/dists/old-proposed-updates_-_all.list"; - Packages "dists/old-proposed-updates/Packages"; - Sources "dists/old-proposed-updates/Sources"; - Contents " "; - - BinOverride "override.potato.all3"; - BinCacheDB "packages-proposed-updates.db"; - - PathPrefix ""; -};