summaryrefslogtreecommitdiff
path: root/debian/apt.conf.autoremove
diff options
context:
space:
mode:
authorSarah Hobbs <hobbsee@kubuntu.org>2007-07-06 17:47:07 +1000
committerSarah Hobbs <hobbsee@kubuntu.org>2007-07-06 17:47:07 +1000
commitbe7f42304a5dd381f2ad82a921e9041df55b5ec9 (patch)
tree70942f1c091867aa810ea32c858ee98f17e57902 /debian/apt.conf.autoremove
parent94d1fa98304a9aa1108daa765acbc4a90a0e17d2 (diff)
Adds support for installing recommends from *metapackages, including universe/metapackages, so things like x/k/ubuntu-restricted-extras packages work. This currently doesnt build - but builds more than it did before!
Diffstat (limited to 'debian/apt.conf.autoremove')
-rw-r--r--debian/apt.conf.autoremove4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove
index 4a3010208..f77e1cfbf 100644
--- a/debian/apt.conf.autoremove
+++ b/debian/apt.conf.autoremove
@@ -7,6 +7,6 @@ APT
"^linux-ubuntu-modules-.*";
};
- Install-Recommends-Section "metapackages";
- Never-MarkAuto-Section "metapackages";
+ Install-Recommends-Section "*metapackages";
+ Never-MarkAuto-Section "*metapackages";
};