From 3518021283aa5d44e441fdce59615ca2af9d94fc Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 13 Apr 2011 11:33:41 +0200 Subject: * cmdline/apt-get.cc: - Do not install recommends for build-dep (Closes: #454479) (LP: #245273) --- cmdline/apt-get.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmdline') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 6ffecd777..e2d9bb7d4 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -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; -- cgit v1.2.3