X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fapt.conf;h=43c4e5d69194e35d2e0431fa7f00618b868ecc3c;hb=c3d062116b42e70e407321bb7f67213ede900eca;hp=6f9d67bb5dcd2c2e132d9257c9a25fdce8d2a049;hpb=fa35358d461b03ff5833385ca2970cecce454d0e;p=dak.git diff --git a/config/backports/apt.conf b/config/backports/apt.conf index 6f9d67bb..43c4e5d6 100644 --- a/config/backports/apt.conf +++ b/config/backports/apt.conf @@ -45,6 +45,32 @@ tree "dists/lenny-backports/main" Contents "$(DIST)/../Contents-udeb"; }; +tree "dists/squeeze-backports" +{ + FileList "/srv/backports-master.debian.org/database/dists/squeeze-backports_$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/srv/backports-master.debian.org/database/dists/squeeze-backports_$(SECTION)_source.list"; + Sections "main contrib non-free"; + Architectures "alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc source"; + BinOverride "override.squeeze-backports.$(SECTION)"; + ExtraOverride "override.squeeze-backports.extra.$(SECTION)"; + SrcOverride "override.squeeze-backports.$(SECTION).src"; + Packages::Compress ". gzip bzip2"; + Sources::Compress ". gzip bzip2"; +}; + +tree "dists/squeeze-backports/main" +{ + FileList "/srv/backports-master.debian.org/database/dists/squeeze-backports_main_$(SECTION)_binary-$(ARCH).list"; + Sections "debian-installer"; + Architectures "alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc source"; + BinOverride "override.squeeze-backports.main.$(SECTION)"; + SrcOverride "override.squeeze-backports.main.src"; + BinCacheDB "packages-debian-installer-$(ARCH).db"; + Packages::Extensions ".udeb"; + Contents "$(DIST)/../Contents-udeb"; +}; + + tree "dists/etch-backports" { FileList "/srv/backports-master.debian.org/database/dists/etch-backports_$(SECTION)_binary-$(ARCH).list";