]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* merged from the debian-sid bzr branch
[apt.git] / cmdline / apt-get.cc
index cd96b8201e67d9517af9ffb4a7fcbc6124fff0ff..3821b5d4cecfafd2baf5b45d5885a12823559916 100644 (file)
@@ -2638,6 +2638,9 @@ bool DoSource(CommandLine &CmdL)
 bool DoBuildDep(CommandLine &CmdL)
 {
    CacheFile Cache;
 bool DoBuildDep(CommandLine &CmdL)
 {
    CacheFile Cache;
+
+   _config->Set("APT::Install-Recommends", false);
+   
    if (Cache.Open(true) == false)
       return false;
 
    if (Cache.Open(true) == false)
       return false;