// configuration for apt-ftparchive generate // // vim: syn=c Dir { ArchiveDir "./"; FileListdir "./lists/"; CacheDir "./cache/"; }; Default { Packages::Compress ". gzip bzip2"; Sources::Compress ". gzip bzip2"; } TreeDefault { Directory "dists/$(DIST)/$(SECTION)/binary-$(ARCH)/"; SrcDirectory "dists/$(DIST)/$(SECTION)/source/"; Packages "dists/$(DIST)/$(SECTION)/binary-$(ARCH)/Packages"; Sources "dists/$(DIST)/$(SECTION)/source/Sources"; Contents "dists/$(DIST)/Contents-$(ARCH)"; FileList "$(DIST)-$(SECTION)-binary-$(ARCH)"; SourceFileList "$(DIST)-$(SECTION)-source"; }; Tree dapper { Sections "main"; Architectures "amd64 i386 source"; }; Tree edgy { Sections "main"; Architectures "amd64 i386 source"; }; Tree feisty { Sections "main"; Architectures "amd64 i386 source"; };