diff options
-rw-r--r-- | debian/apt.conf.autoremove | 5 | ||||
-rw-r--r-- | debian/changelog | 2 |
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 |