X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=6141a0deb2372e8a9106c2cfa19086c14f96a070;hb=bd357d9ddd5a4c62fabe3109fc18a4ebe06c050a;hp=6181945471bcdb646e91521434f9db06c7d938ad;hpb=b981d2124dad87cd181b5218cc0cf7764298b896;p=dak.git diff --git a/apt.conf b/apt.conf index 61819454..6141a0de 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"; @@ -64,6 +65,8 @@ tree "dists/unstable" BinOverride "override.sid.$(SECTION)"; ExtraOverride "override.sid.extra.$(SECTION)"; SrcOverride "override.sid.$(SECTION).src"; + Packages::Compress ". gzip bzip2"; + Sources::Compress "gzip bzip2"; }; tree "dists/unstable/main" @@ -87,17 +90,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 ""; -};