]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged from main
[apt.git] / doc / examples / configure-index
index 883a94434fd39911a0bb4ab3cdfa30839fe353f7..e58ba7b87c29c22bf42e2a71868ced8ef54d8958 100644 (file)
@@ -239,6 +239,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
@@ -253,6 +257,7 @@ Debug
   pkgDPkgPM "false";
   pkgDPkgProgressReporting "false";
   pkgOrderList "false";
+  BuildDeps "false";
   
   pkgInitialize "false";   // This one will dump the configuration space
   NoLocking "false";