]> git.saurik.com Git - apt.git/blobdiff - doc/examples/apt-ftparchive.conf
remove duplicated apt-get download apt apt test
[apt.git] / doc / examples / apt-ftparchive.conf
index 657ec5440c6517bf13d3dfd05727fc7ea5d0bbf2..0d245c0af875c99ad708322cda0308a9f520229a 100644 (file)
@@ -20,22 +20,22 @@ Default {
 // Contents file for these in the main section of the sid release
 BinDirectory "pool/main" {
        Packages "dists/sid/main/binary-i386/Packages";
 // Contents file for these in the main section of the sid release
 BinDirectory "pool/main" {
        Packages "dists/sid/main/binary-i386/Packages";
-       SrcPackages "dists/sid/main/source/Sources";
-       Contents "dists/sid/Contents-i386";
+       Sources "dists/sid/main/source/Sources";
+       Contents "dists/sid/main/Contents-i386";
 }
 
 // This is the same for the contrib section
 BinDirectory "pool/contrib" {
        Packages "dists/sid/contrib/binary-i386/Packages";
 }
 
 // This is the same for the contrib section
 BinDirectory "pool/contrib" {
        Packages "dists/sid/contrib/binary-i386/Packages";
-       SrcPackages "dists/sid/contrib/source/Sources";
-       Contents "dists/sid/Contents-i386";
+       Sources "dists/sid/contrib/source/Sources";
+       Contents "dists/sid/contrib/Contents-i386";
 }
 
 // This is the same for the non-free section
 BinDirectory "pool/non-free" {
        Packages "dists/sid/non-free/binary-i386/Packages";
 }
 
 // This is the same for the non-free section
 BinDirectory "pool/non-free" {
        Packages "dists/sid/non-free/binary-i386/Packages";
-       SrcPackages "dists/sid/non-free/source/Sources";
-       Contents "dists/sid/Contents-i386";
+       Sources "dists/sid/non-free/source/Sources";
+       Contents "dists/sid/non-free/Contents-i386";
 };
 
 // By default all Packages should have the extension ".deb"
 };
 
 // By default all Packages should have the extension ".deb"