Re-display the summary above the graph
[git-tools-moved-to-github.git] / update-archive / apt-ftparchive.conf.in
index 2042d57..f5fa5e9 100644 (file)
@@ -1,11 +1,12 @@
-// $Id: apt-ftparchive.conf.in,v 1.1.1.1 2006-06-15 11:53:00 adam Exp $
+// $Id: apt-ftparchive.conf.in,v 1.2 2008-10-20 10:24:15 adam Exp $
 // This config is for us with the pool-structure for the packages, thus we
 // don't use a Tree Section in here
 
 // The debian archive should be in the current working dir
 Dir {
        ArchiveDir ".";
-       CacheDir ".";
+       OverrideDir ".";
+       CacheDir "tmp";
 };
 
 // Create Packages, Packages.gz and Packages.bz2, remove what you don't need
@@ -19,16 +20,29 @@ Default {
 // ./pool/main any way you like, apt-ftparchive will take any deb (and
 // source package) it can find. This creates a Packages a Sources and a
 // Contents file for these in the main section of the sid release
-BinDirectory "pool/@dist@" {
-       Packages "dists/@dist@/main/binary-i386/Packages";
-       Sources "dists/@dist@/main/source/Sources";
-       Contents "dists/@dist@/Contents-i386";
-}
+// BinDirectory "pool/@dist@" {
+//     Packages "dists/@dist@/main/binary-i386/Packages";
+//     Sources "dists/@dist@/main/source/Sources";
+//     Contents "dists/@dist@/Contents-i386";
+// };
 
-// By default all Packages should have the extension ".deb"
-Default {
-       Packages {
-               Extensions ".deb";
-       };
+TreeDefault {
+       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 "@sections@";
+       Architectures "source @architectures@";
+       SrcOverride "override";
+};
+// By default all Packages should have the extension ".deb"
+//Default {
+//     Packages {
+//             Extensions ".deb";
+//     };
+//};
+