X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=update-archive%2Fapt-ftparchive.conf.in;h=f5fa5e995f9526169e0f537ad103858f03d2001e;hb=f78f45173e539bbd9d469efc5b08f0fae1edb6fe;hp=92047d2a7d12936f45cbb8f9f9e47c1e684eef34;hpb=c4520d6e7ab8959a5d2dd7333cbd3ad11578ea72;p=git-tools-moved-to-github.git diff --git a/update-archive/apt-ftparchive.conf.in b/update-archive/apt-ftparchive.conf.in index 92047d2..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"; }; @@ -34,9 +35,9 @@ TreeDefault { }; Tree "dists/@dist@" { - Sections "main restricted"; + Sections "@sections@"; Architectures "source @architectures@"; - SrcOverride "/dev/null"; + SrcOverride "override"; }; // By default all Packages should have the extension ".deb" //Default {