Look for .in files in same directory as update-archive.sh
[git-tools-moved-to-github.git] / update-archive / apt-ftparchive.conf.in
index c0bfa35..f5fa5e9 100644 (file)
@@ -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 {