From: Michael Vogt Date: Wed, 9 Aug 2006 15:17:04 +0000 (+0200) Subject: * apt-pkg/init.cc: X-Git-Tag: 0.7.24ubuntu1~247^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/73c460c358cfa6615ee6760a3fb8d88988a12856?ds=inline * apt-pkg/init.cc: - init "install-recommends", "install-suggests" with default "false" * debian/changelog: - updated --- diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index b47378d4a..a26f1d01c 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -40,6 +40,8 @@ bool pkgInitConfig(Configuration &Cnf) else Cnf.Set("APT::Architecture",COMMON_OS "-" COMMON_CPU); Cnf.Set("APT::Build-Essential::", "build-essential"); + Cnf.Set("APT::Install-Recommends", false); + Cnf.Set("APT::Install-Suggests", false); Cnf.Set("Dir","/"); // State diff --git a/debian/changelog b/debian/changelog index de9a43d49..65ec82cc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.6.45.2) unstable; urgency=low + + * added "--install-recommends" to handle recommends as + dependencies (closes: #42266) + + -- + apt (0.6.45.1) unstable; urgency=low * debian/control: