- add APT::Apport::MaxReports to limit the maximum number
of reports generated in a single run (default to 3)
if (_config->FindB("Dpkg::ApportFailureReport",true) == false)
return;
- // only report the first error if we are in StopOnError=false mode
- // to prevent bogus reports
- if((_config->FindB("Dpkg::StopOnError",true) == false) && pkgFailures > 1)
+ // only report the first error
+ if(pkgFailures > _config->FindI("APT::Apport::MaxReports", 3))
return;
// get the pkgname and reportfile
+apt (0.7.9ubuntu6) hardy; urgency=low
+
+ * apt-pkg/deb/dpkgpm.cc:
+ - add APT::Apport::MaxReports to limit the maximum number
+ of reports generated in a single run (default to 3)
+
+ --
+
apt (0.7.9ubuntu5) hardy; urgency=low
* Merged apt-authentication-reliabilty branch. This means