From 65495038975aa7490e0029860027841e395b5719 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 5 Sep 2010 19:04:54 +0200 Subject: [PATCH] Add squeeze to apt Signed-off-by: Joerg Jaspert --- config/backports/apt.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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"; -- 2.39.2