From: Michael Vogt Date: Mon, 8 Mar 2010 16:48:33 +0000 (+0100) Subject: * debian/apt.conf.autoremove: X-Git-Tag: 0.7.25.3ubuntu2~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/3ddcd175889e6dd3f332914f391d458035424861 * debian/apt.conf.autoremove: - add "transitional" to the APT::Never-MarkAuto-Sections --- 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