]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/depcache.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 15 Jul 2011 07:33:36 +0000 (09:33 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 15 Jul 2011 07:33:36 +0000 (09:33 +0200)
  - change default of APT::AutoRemove::SuggestsImportant to true

apt-pkg/depcache.cc
debian/changelog

index e9fa097aaf11e8aa32fdfc274059daf46c9a9eea..eb3f4e5989f89df99b2126c8f2c2b67cb37bd855 100644 (file)
@@ -1593,7 +1593,7 @@ bool pkgDepCache::MarkFollowsRecommends()
 
 bool pkgDepCache::MarkFollowsSuggests()
 {
-  return _config->FindB("APT::AutoRemove::SuggestsImportant", false);
+  return _config->FindB("APT::AutoRemove::SuggestsImportant", true);
 }
 
 // pkgDepCache::MarkRequired - the main mark algorithm                 /*{{{*/
index 52972e43b352a2e3319cb3d07497f3b4fa63f576..2e22e64d8611a76375fdfe6bbfc04d9359e54404 100644 (file)
@@ -19,8 +19,10 @@ apt (0.8.15.3) UNRELEASED; urgency=low
     - restore all important dependencies for garbage packages (LP: #806274)
   * apt-pkg/init.cc:
     - use CndSet in pkgInitConfig (Closes: #629617)
+  * apt-pkg/depcache.cc:
+    - change default of APT::AutoRemove::SuggestsImportant to true
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 14 Jul 2011 21:26:09 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com>  Fri, 15 Jul 2011 09:29:37 +0200
 
 apt (0.8.15.2) unstable; urgency=high