]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
Make apt proxy options have the highest priority, unified proxy determining code.
[apt.git] / doc / examples / configure-index
index d0c453a1c792d620feb73e93b341ac78546d6617..db07f189ee84096b40a8390b9acd617c8c852ce9 100644 (file)
@@ -1,4 +1,3 @@
-// $Id: configure-index,v 1.10 2004/07/17 19:37:16 mdz Exp $
 /* This file is an index of all APT configuration directives. It should
    NOT actually be used as a real config file, though it is (except for the
    last line) a completely valid file. Most of the options have sane default
@@ -25,7 +24,7 @@ APT
   Architecture "i386";
   Build-Essential "build-essential";
 
-  NeverAutoRemove  { "linux-kernel.*";  };  // packages that should never
+  NeverAutoRemove  { "linux-image.*";  };  // packages that should never
                                             // considered for autoRemove
 
   // Options for apt-get
@@ -55,6 +54,7 @@ APT
      Only-Source "";
      Diff-Only "false";
      Tar-Only "false";
+     Build-Dep-Automatic "true";
   };
 
   Cache