]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / doc / examples / configure-index
index 2bcafa39d69ee99de504216b9e547d93128b1631..a4a955b6a43fa55d2c4ef12b665f46aec0b2ecd0 100644 (file)
@@ -33,6 +33,7 @@ APT
   {
      Arch-Only "false";
      AutomaticRemove "false";       
   {
      Arch-Only "false";
      AutomaticRemove "false";       
+     HideAutoRemove "false";
      Download-Only "false";
      Simulate "false";
      Assume-Yes "false";
      Download-Only "false";
      Simulate "false";
      Assume-Yes "false";
@@ -100,10 +101,10 @@ APT
   Install-Suggests "false";
 
   // install recommends automatically for packages in this section
   Install-Suggests "false";
 
   // install recommends automatically for packages in this section
-  Install-Recommends-Section "metapackages";
+  Install-Recommends-Section { "metapackages"; "universe/metapackages"; };
   
   // consider dependencies of packages in this section manual
   
   // consider dependencies of packages in this section manual
-  Never-MarkAuto-Section "metapackages";
+  Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; };
 
   // Write progress messages on this fd (for stuff like base-config)
   Status-Fd "-1";
 
   // Write progress messages on this fd (for stuff like base-config)
   Status-Fd "-1";
@@ -118,6 +119,8 @@ Acquire
   Queue-Mode "host";       // host|access
   Retries "0";
   Source-Symlinks "true";
   Queue-Mode "host";       // host|access
   Retries "0";
   Source-Symlinks "true";
+
+  PDiffs "true";     // try to get the IndexFile diffs
   
   // HTTP method configuration
   http 
   
   // HTTP method configuration
   http 
@@ -242,6 +245,11 @@ Dir "/"
      apt-get "/usr/bin/apt-get";
      apt-cache "/usr/bin/apt-cache";
   };
      apt-get "/usr/bin/apt-get";
      apt-cache "/usr/bin/apt-cache";
   };
+
+  // Location of the logfile
+  Log "var/log/apt" {
+       Terminal "term.log";
+  };
 };
 
 // Things that effect the APT dselect method
 };
 
 // Things that effect the APT dselect method