From: Michael Vogt <egon@bottom>
Date: Mon, 15 Oct 2007 15:42:41 +0000 (+0200)
Subject: * apt-pkg/depcache.cc:
X-Git-Tag: 0.7.24ubuntu1~120^2~27
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6edbc051f4cc97ec24b0b95791aa3cdc2ade3aae

* apt-pkg/depcache.cc:
  - set "APT::Install-Recommends" to true by default (OMG!)
---

diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc
index 676b66d38..2b412e16b 100644
--- a/apt-pkg/init.cc
+++ b/apt-pkg/init.cc
@@ -35,7 +35,7 @@ bool pkgInitConfig(Configuration &Cnf)
    // General APT things
    Cnf.Set("APT::Architecture", COMMON_ARCH);
    Cnf.Set("APT::Build-Essential::", "build-essential");
-   Cnf.Set("APT::Install-Recommends", false);
+   Cnf.Set("APT::Install-Recommends", true);
    Cnf.Set("APT::Install-Suggests", false);
    Cnf.Set("Dir","/");
    
diff --git a/debian/changelog b/debian/changelog
index b8f1bb251..98b57eb45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,8 @@ apt (0.7.7) UNRELEASED; urgency=low
   * cmdline/apt-mark:
     - Fix chmoding after have renamed the extended-states file (LP: #140019)
       (thanks to Laurent Bigonville)
+  * apt-pkg/depcache.cc:
+    - set "APT::Install-Recommends" to true by default (OMG!)
   
   [ Program translations ]
     - French updated