X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=update-archive%2Fapt-ftparchive.conf.in;h=f5fa5e995f9526169e0f537ad103858f03d2001e;hb=ee3f28f267466f65640bb95cb5cea9e1fa903fee;hp=c0bfa353b3bbbecf9368acead434fc7e9be5e1ec;hpb=a356496599c4e94cf31e780f52787c446e0fe204;p=git-tools-moved-to-github.git diff --git a/update-archive/apt-ftparchive.conf.in b/update-archive/apt-ftparchive.conf.in index c0bfa35..f5fa5e9 100644 --- a/update-archive/apt-ftparchive.conf.in +++ b/update-archive/apt-ftparchive.conf.in @@ -5,6 +5,7 @@ // The debian archive should be in the current working dir Dir { ArchiveDir "."; + OverrideDir "."; CacheDir "tmp"; }; @@ -26,17 +27,17 @@ Default { // }; TreeDefault { - Directory "pool/$(DIST)/$(ARCH)"; - SrcDirectory "pool/$(DIST)/source"; + Directory "pool/$(DIST)/$(SECTION)/$(ARCH)"; + SrcDirectory "pool/$(DIST)/$(SECTION)/source"; Packages "$(DIST)/$(SECTION)/binary-$(ARCH)/Packages"; Sources "$(DIST)/$(SECTION)/source/Sources"; Contents "$(DIST)/Contents-$(ARCH)"; }; Tree "dists/@dist@" { - Sections "main"; + Sections "@sections@"; Architectures "source @architectures@"; - SrcOverride "/dev/null"; + SrcOverride "override"; }; // By default all Packages should have the extension ".deb" //Default {