summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/apt.conf.autoremove8
-rw-r--r--debian/changelog3
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