id-pbuild.sh now builds for CentOS too
[git-tools-moved-to-github.git] / update-archive / apt-ftparchive.conf.in
index a93988d..f5fa5e9 100644 (file)
@@ -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 non-free";
+       Sections "@sections@";
        Architectures "source @architectures@";
-       SrcOverride "/dev/null";
+       SrcOverride "override";
 };
 // By default all Packages should have the extension ".deb"
 //Default {