hunk ./BuildEnv.hs 174 - aptGet . ("install --yes --force-yes --download-only apt " ++) . concat . intersperse " " . map C.unpack $ essentialNames + aptGet . ("install --yes --force-yes --download-only -o APT::Install-Recommends=False apt " ++) . + concat . intersperse " " . map C.unpack $ essentialNames hunk ./debian/changelog 1 +build-env (2.25) unstable; urgency=low + + * build-env started failing in intrepid. Jeremy tracked it down to apt + trying to get recommended packages when fetching the essentials. + Added an option to prevent that. + + -- Clifford Beshers Tue, 03 Feb 2009 15:38:28 -0800 +