summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-03-08 17:48:33 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-03-08 17:48:33 +0100
commit3ddcd175889e6dd3f332914f391d458035424861 (patch)
tree813354acc387848961c8288c03e7f13f59a5115d
parentf8ebb9374aafc790eb899ebef23f3c8e1e620184 (diff)
* debian/apt.conf.autoremove:
- add "transitional" to the APT::Never-MarkAuto-Sections
-rw-r--r--debian/apt.conf.autoremove5
-rw-r--r--debian/changelog2
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove
index 42081014a..2fb6aeff5 100644
--- a/debian/apt.conf.autoremove
+++ b/debian/apt.conf.autoremove
@@ -14,5 +14,10 @@ APT
"restricted/metapackages";
"universe/metapackages";
"multiverse/metapackages";
+ "transitional";
+ "restricted/transitional";
+ "universe/transitional";
+ "multiverse/transitional";
+
};
};
diff --git a/debian/changelog b/debian/changelog
index 4dfe6210c..dc12d25fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ apt (0.7.25.3ubuntu2) UNRELEASED; urgency=low
* abicheck/
- add new abitest tester using the ABI Compliance Checker from
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
+ * debian/apt.conf.autoremove:
+ - add "transitional" to the APT::Never-MarkAuto-Sections
[ Robert Collins ]
* Change the package index Info methods to allow apt-cache policy to be