X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fapt.conf.buildd;h=336112fd3c823d8ae0d36100c8cad07fd68a27a2;hb=6cb0b0401eaeeb6900551c20617f0a8f2293cd89;hp=6ca68521604c018efc79503a0cba64171586d00a;hpb=e531ecdc04d1c9204ab001a3dac9eda2b6405338;p=dak.git diff --git a/config/debian-security/apt.conf.buildd b/config/debian-security/apt.conf.buildd index 6ca68521..336112fd 100644 --- a/config/debian-security/apt.conf.buildd +++ b/config/debian-security/apt.conf.buildd @@ -15,19 +15,6 @@ Default FileMode 0664; } -bindirectory "etch" -{ - Packages "etch/Packages"; - Sources "etch/Sources"; - Contents " "; - - BinOverride "override.etch.all3"; - SrcOverride "override.etch.all3.src"; - BinCacheDB "packages-accepted-etch.db"; - PathPrefix ""; - Packages::Extensions ".deb .udeb"; -}; - bindirectory "lenny" { Packages "lenny/Packages"; @@ -54,3 +41,15 @@ bindirectory "squeeze" Packages::Extensions ".deb .udeb"; }; +bindirectory "wheezy" +{ + Packages "wheezy/Packages"; + Sources "wheezy/Sources"; + Contents " "; + + BinOverride "override.wheezy.all3"; + SrcOverride "override.wheezy.all3.src"; + BinCacheDB "packages-accepted-squeeze.db"; + PathPrefix ""; + Packages::Extensions ".deb .udeb"; +};