]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
- ensure proper permissions in the extended_state file (LP#67037)
[apt.git] / doc / examples / configure-index
index e5d1f2ab30704d891ce09876a944f60f1ac5da91..baa8b9a5c95d2bc5c1c20aa11aed83a58d1015a3 100644 (file)
@@ -33,6 +33,7 @@ APT
   {
      Arch-Only "false";
      AutomaticRemove "false";       
+     HideAutoRemove "false";
      Download-Only "false";
      Simulate "false";
      Assume-Yes "false";
@@ -96,8 +97,14 @@ APT
 
   // consider Recommends, Suggests as important dependencies that should
   // be installed by default
-  APT::Install-Recommends "false";
-  APT::Install-Suggests "false";
+  Install-Recommends "false";
+  Install-Suggests "false";
+
+  // install recommends automatically for packages in this section
+  Install-Recommends-Section "metapackages";
+  
+  // consider dependencies of packages in this section manual
+  Never-MarkAuto-Section "metapackages";
 
   // Write progress messages on this fd (for stuff like base-config)
   Status-Fd "-1";