From 92b9551f03035f5a875a44588a318773f652da6a Mon Sep 17 00:00:00 2001
From: Michael Vogt <michael.vogt@ubuntu.com>
Date: Wed, 14 Mar 2007 11:45:33 +0100
Subject: * apt-pkg/depcache.cc:   - added APT::Never-MarkAuto-Section variable
 - that will consider dependencies of packages in this section manual

---
 doc/examples/configure-index | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'doc/examples')

diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 1911d091b..32b7168a0 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -94,6 +94,8 @@ APT
   Cache-Limit "4194304";
   Default-Release "";
 
+  // 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";
-- 
cgit v1.2.3