diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-26 10:25:10 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-26 10:25:10 +0200 |
commit | cb1933dfcfb867e4fedf5ec88e5a16deaf912299 (patch) | |
tree | 3b314bc531eaa70efaeca3206b4a5af0398763bf /doc | |
parent | 3d35e63fc0b440cd858adeb3793917b96a5ba52a (diff) |
* apt-pkg/depcache.cc:
- support a list of sections for:
APT::Install-Recommends-Sections
APT::Never-MarkAuto-Sections
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index bf086e9c1..ab3657a58 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -101,7 +101,7 @@ APT Install-Suggests "false"; // 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"; |