]> git.decadent.org.uk Git - dak.git/blobdiff - apt.conf
two bug fixes in source_exists changes
[dak.git] / apt.conf
index 6181945471bcdb646e91521434f9db06c7d938ad..859ea6cb52207857a683e8550fd8cfec9971b2e4 100644 (file)
--- 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"