* cmdline/apt-get.cc:
authorJulian Andres Klode <jak@debian.org>
Wed, 13 Apr 2011 09:33:41 +0000 (11:33 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 13 Apr 2011 09:33:41 +0000 (11:33 +0200)
  - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)

cmdline/apt-get.cc
debian/changelog

index 6ffecd7..e2d9bb7 100644 (file)
@@ -2638,6 +2638,9 @@ bool DoSource(CommandLine &CmdL)
 bool DoBuildDep(CommandLine &CmdL)
 {
    CacheFile Cache;
+
+   _config->Set("APT::Install-Recommends", false);
+   
    if (Cache.Open(true) == false)
       return false;
 
index 6878deb..d5bbc20 100644 (file)
@@ -6,6 +6,8 @@ apt (0.8.13.3) UNRELEASED; urgency=low
       things a directory named Sources to exist on a CD-ROM (LP: #750694).
   * apt-pkg/acquire-item.cc:
     - Use Release files even if they cannot be verified (LP: #704595)
+  * cmdline/apt-get.cc:
+    - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
   
   [ Michael Vogt ]
   * mirror method: