Introduce non-free area for APT.
[git-tools-moved-to-github.git] / update-archive / apt-ftparchive.conf.in
index c0bfa35..a93988d 100644 (file)
@@ -26,15 +26,15 @@ 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 "main non-free";
        Architectures "source @architectures@";
        SrcOverride "/dev/null";
 };