// General APT things
Cnf.Set("APT::Architecture", COMMON_ARCH);
Cnf.Set("APT::Build-Essential::", "build-essential");
- Cnf.Set("APT::Install-Recommends", false);
+ Cnf.Set("APT::Install-Recommends", true);
Cnf.Set("APT::Install-Suggests", false);
Cnf.Set("Dir","/");
APT
{
- Install-Recommends-Sections
- {
- "metapackages";
- "restricted/metapackages";
- "universe/metapackages";
- "multiverse/metapackages";
- };
};
apt (0.7.14ubuntu1) intrepid; urgency=low
[ Michael Vogt ]
- * merged from debian/sid
+ * enable installation of recommends by default
+ * debian/apt.conf.ubuntu:
+ - remove APT::Install-Recommends-Sections (no longer needed)
+ * merged from debian/sid, remaining changes:
+ - authentication-reliable branch (to be merged into debian soon)
+ - mirror:// uri branch (breaks ABI in debian, not merged yet)
+ - apport failure reporting
+ - show warning on apt-get source with 'Vcs-' header
+ - proxy detection from gconf in apt.cron
[ Christian Perrier ]
* Mark a message from dselect backend as translatable