]> git.decadent.org.uk Git - dak.git/blob - apt.conf
p-u fix
[dak.git] / apt.conf
1 Dir 
2 {
3    ArchiveDir "/org/ftp.debian.org/ftp/";
4    OverrideDir "/org/ftp.debian.org/scripts/override/";
5    CacheDir "/org/ftp.debian.org/database/";
6 };
7
8 Default
9 {
10    Packages::Compress ". gzip";
11    Sources::Compress "gzip";
12    Contents::Compress "gzip";
13    DeLinkLimit 0;
14    MaxContentsChange 6000;
15    FileMode 0664;
16 }
17
18 TreeDefault
19 {
20    Contents::Header "/org/ftp.debian.org/katie/Contents.top";
21 };
22
23 tree "dists/stable"
24 {
25    FileList "/org/ftp.debian.org/database/dists/stable_$(SECTION)_binary-$(ARCH).list";
26    SourceFileList "/org/ftp.debian.org/database/dists/stable_$(SECTION)_source.list";
27    Sections "main contrib non-free";
28    Architectures "alpha arm i386 m68k powerpc sparc source";
29    BinOverride "override.potato.$(SECTION)";
30    SrcOverride "override.potato.$(SECTION).src";
31 };
32
33 tree "dists/testing"
34 {
35    FileList "/org/ftp.debian.org/database/dists/testing_$(SECTION)_binary-$(ARCH).list";
36    SourceFileList "/org/ftp.debian.org/database/dists/testing_$(SECTION)_source.list";
37    Sections "main contrib non-free";
38    Architectures "alpha arm i386 m68k powerpc sparc source";
39    BinOverride "override.woody.$(SECTION)";
40    SrcOverride "override.woody.$(SECTION).src";
41 };
42
43 tree "dists/unstable"
44 {
45    FileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_binary-$(ARCH).list";
46    SourceFileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_source.list";
47    Sections "main contrib non-free";
48    Architectures "alpha arm hppa hurd-i386 i386 mips mipsel m68k powerpc sh sparc source";
49    BinOverride "override.sid.$(SECTION)";
50    SrcOverride "override.sid.$(SECTION).src";
51 };
52
53 tree "dists/unstable/main"
54 {
55    FileList "/org/ftp.debian.org/database/dists/unstable_main_$(SECTION)_binary-$(ARCH).list";
56    Sections "debian-installer";
57    Architectures "alpha arm hppa hurd-i386 i386 mips mipsel m68k powerpc sh sparc";
58    BinOverride "override.sid.main.$(SECTION)";
59    BinCacheDB "packages-debian-installer-$(ARCH).db";
60    Packages::Extensions ".udeb";
61    Contents " ";
62 };
63
64 bindirectory "dists/proposed-updates"
65 {
66
67    FileList "/org/ftp.debian.org/database/dists/proposed-updates_-_all.list";
68    Packages "dists/proposed-updates/Packages";
69    Sources "dists/proposed-updates/Sources";
70    Contents " ";
71
72    BinOverride "override.potato.all3";
73    BinCacheDB "packages-proposed-updates.db";
74    
75    PathPrefix "";
76 };