diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-26 13:18:00 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-26 13:18:00 +0200 |
commit | 168e1e4e4e763f7b3442909eb8fa25ea40f2e0ee (patch) | |
tree | 110975e01234611954e6f723055619ea1493dcc6 /doc/examples | |
parent | 356b7c369c3394bd2e3369f116703616b13d594c (diff) |
* merged documentation patch (debian #307756)
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt-ftparchive.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/apt-ftparchive.conf b/doc/examples/apt-ftparchive.conf index 657ec5440..c9d352ab6 100644 --- a/doc/examples/apt-ftparchive.conf +++ b/doc/examples/apt-ftparchive.conf @@ -20,21 +20,21 @@ Default { // 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"; + Sources "dists/sid/main/source/Sources"; Contents "dists/sid/Contents-i386"; } // This is the same for the contrib section BinDirectory "pool/contrib" { Packages "dists/sid/contrib/binary-i386/Packages"; - SrcPackages "dists/sid/contrib/source/Sources"; + Sources "dists/sid/contrib/source/Sources"; Contents "dists/sid/Contents-i386"; } // 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"; + Sources "dists/sid/non-free/source/Sources"; Contents "dists/sid/Contents-i386"; }; |