]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/depcache.cc:
authorMichael Vogt <egon@bottom>
Mon, 15 Oct 2007 15:42:41 +0000 (17:42 +0200)
committerMichael Vogt <egon@bottom>
Mon, 15 Oct 2007 15:42:41 +0000 (17:42 +0200)
  - set "APT::Install-Recommends" to true by default (OMG!)

apt-pkg/init.cc
debian/changelog

index 676b66d382c41f2bc0f9a9b23f87bdd6a3b6fee2..2b412e16b0a157aad5f69cb303585c0bae48c828 100644 (file)
@@ -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","/");
    
index b8f1bb2513514d0888a9f2124b154ef8d93b8bb8..98b57eb4542a87ccd00275da300e519b929815bb 100644 (file)
@@ -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