Package: apt
Version: 0.7.3
Severity: normal
Tags: patch

/usr/share/doc/apt/examples/configure-index.gz contains:

APT
{
....

  // consider Recommends, Suggests as important dependencies that should
  // be installed by default
  APT::Install-Recommends "false";
  APT::Install-Suggests "false";

....
};

This should be

APT
{
....

  // consider Recommends, Suggests as important dependencies that should
  // be installed by default
  Install-Recommends "false";
  Install-Suggests "false";

....
};


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to