From 3ed9acb90edb6fac452af21b2bb277ddb6ee63dc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Mar 2010 17:55:39 +0100 Subject: add "oldlibs" to the APT::Never-MarkAuto-Sections as its used for transitional packages --- debian/apt.conf.autoremove | 8 ++++---- debian/changelog | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 2fb6aeff5..44e6eb69c 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -14,10 +14,10 @@ APT "restricted/metapackages"; "universe/metapackages"; "multiverse/metapackages"; - "transitional"; - "restricted/transitional"; - "universe/transitional"; - "multiverse/transitional"; + "oldlibs"; + "restricted/oldlibs"; + "universe/oldlibs"; + "multiverse/oldlibs"; }; }; diff --git a/debian/changelog b/debian/changelog index dc12d25fd..8af45b1a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,8 @@ apt (0.7.25.3ubuntu2) UNRELEASED; urgency=low - 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 + - add "oldlibs" to the APT::Never-MarkAuto-Sections as its used + for transitional packages [ Robert Collins ] * Change the package index Info methods to allow apt-cache policy to be -- cgit v1.2.3