]> 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 4262b479f1589a7c50b339641b37d196ea638365..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";
@@ -191,6 +198,9 @@ Acquire
    // mirror failure reporting url
    ReportFailures "http://example.com/mirror-failure"; 
   };
+
+  // translations can be set here to "none", "environment" or "$locale"
+  Translation "none";
 };
 
 // Directory layout