Bladeren bron

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

Michael Vogt 19 jaren geleden
bovenliggende
commit
6edbc051f4
2 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 1 1
      apt-pkg/init.cc
  2. 2 0
      debian/changelog

+ 1 - 1
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","/");
    

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