summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-07-15 09:33:36 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-07-15 09:33:36 +0200
commitdb4351bee8204c5eb352bb5667d3fbd416685715 (patch)
tree4efff5cb3ab69fc877569a715a00e4c96d027b58
parent8e7ac74ad9dbd15a874c66632f6da22f6b23d9c6 (diff)
* apt-pkg/depcache.cc:
- change default of APT::AutoRemove::SuggestsImportant to true
-rw-r--r--apt-pkg/depcache.cc2
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 2 deletions
diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc
index e9fa097aa..eb3f4e598 100644
--- a/apt-pkg/depcache.cc
+++ b/apt-pkg/depcache.cc
@@ -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 /*{{{*/
diff --git a/debian/changelog b/debian/changelog
index 52972e43b..2e22e64d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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