diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-26 12:18:24 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-26 12:18:24 +0200 |
commit | 3e8bdb6fe22d6feeca07d47e07c9b79ddd882c59 (patch) | |
tree | bc27896b4fa07a8475b9b18393797751753213c7 /doc/examples/configure-index | |
parent | 94bdf40722a406f66383261d36e500213b0c2c38 (diff) | |
parent | 54c3559f961675e15d0c27cff260eca009bec92c (diff) |
* debian/apt.conf.ubuntu, apt.conf.autoremove:
- Change metapackages to {restricted,universe,multiverse}/metapackages
in Install-Recommends-Sections and Never-MarkAuto-Sections
Diffstat (limited to 'doc/examples/configure-index')
-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 bd70d61ac..711a77710 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -101,7 +101,7 @@ APT 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 Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; }; |