summaryrefslogtreecommitdiff
path: root/debian/apt.conf.ubuntu
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-07-26 12:18:24 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-07-26 12:18:24 +0200
commit3e8bdb6fe22d6feeca07d47e07c9b79ddd882c59 (patch)
treebc27896b4fa07a8475b9b18393797751753213c7 /debian/apt.conf.ubuntu
parent94bdf40722a406f66383261d36e500213b0c2c38 (diff)
parent54c3559f961675e15d0c27cff260eca009bec92c (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 'debian/apt.conf.ubuntu')
-rw-r--r--debian/apt.conf.ubuntu10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/apt.conf.ubuntu b/debian/apt.conf.ubuntu
new file mode 100644
index 000000000..0489faf98
--- /dev/null
+++ b/debian/apt.conf.ubuntu
@@ -0,0 +1,10 @@
+APT
+{
+ Install-Recommends-Sections
+ {
+ "metapackages";
+ "restricted/metapackages";
+ "universe/metapackages";
+ "multiverse/metapackages";
+ };
+};