]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged from mainline
[apt.git] / doc / examples / configure-index
index b87e8503049e8ced9ce112aa9a55a57936fb2126..ac2f2997d9a75aa555ee8363bfa203808adeda7f 100644 (file)
@@ -104,6 +104,8 @@ Acquire
   Queue-Mode "host";       // host|access
   Retries "0";
   Source-Symlinks "true";
+
+  PDiffs "true";     // try to get the IndexFile diffs
   
   // HTTP method configuration
   http 
@@ -247,9 +249,11 @@ Debug
   pkgDepCache::AutoInstall "false"; // what packages apt install to satify dependencies
   pkgAcquire "false";
   pkgAcquire::Worker "false";
+  pkgAcquire::Auth "false";
   pkgDPkgPM "false";
   pkgDPkgProgressReporting "false";
   pkgOrderList "false";
+  BuildDeps "false";
   
   pkgInitialize "false";   // This one will dump the configuration space
   NoLocking "false";