]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged with apt--mvo
[apt.git] / doc / examples / configure-index
index 5b3c1a55c1496be45ca55860067a91da0606f26d..55edd77e5ddc9cc25bb3e95e62edcbf4fe0467bf 100644 (file)
@@ -245,6 +245,10 @@ DPkg
    // Control the size of the command line passed to dpkg.
    MaxBytes 1024;
    MaxArgs 350;
+
+   // controls if apt will apport on the first dpkg error or if it 
+   // tries to install as many packages as possible
+   StopOnError "true";
 }
 
 /* Options you can set to see some debugging text They correspond to names
@@ -260,7 +264,7 @@ Debug
   pkgDPkgProgressReporting "false";
   pkgOrderList "false";
   pkgAutoRemove "false";   // show information about automatic removes
-
+  BuildDeps "false";
   pkgInitialize "false";   // This one will dump the configuration space
   NoLocking "false";
   Acquire::Ftp "false";    // Show ftp command traffic