Browse Source

add "oldlibs" to the APT::Never-MarkAuto-Sections as its used
for transitional packages

Michael Vogt 14 years ago
parent
commit
3ed9acb90e
2 changed files with 6 additions and 5 deletions
  1. 4 4
      debian/apt.conf.autoremove
  2. 2 1
      debian/changelog

+ 4 - 4
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";
 
   };
 };

+ 2 - 1
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