]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 23 Aug 2010 12:13:12 +0000 (14:13 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 23 Aug 2010 12:13:12 +0000 (14:13 +0200)
  - enable apport reports again (got lost in the previous merge),
    thanks to Matt Zimmerman

apt-pkg/deb/dpkgpm.cc
debian/changelog

index aa0b04bd5a9ab0eac5c7a814d0783039e61e8f6b..0e3b113b82f691e9ec78cf9191bca9aa1bccf9f4 100644 (file)
@@ -1261,7 +1261,7 @@ void pkgDPkgPM::WriteApportReport(const char *pkgpath, const char *errormsg)
    string::size_type pos;
    FILE *report;
 
-   if (_config->FindB("Dpkg::ApportFailureReport", false) == false)
+   if (_config->FindB("Dpkg::ApportFailureReport", true) == false)
    {
       std::clog << "configured to not write apport reports" << std::endl;
       return;
index e850040782370fa253e05d8f64cc0cb6ab2064cb..6028fae17212267bf2f6c669289a0d47a4ece913 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.8.0~pre1ubuntu2) maverick; urgency=low
+
+  * apt-pkg/deb/dpkgpm.cc:
+    - enable apport reports again (got lost in the previous merge),
+      thanks to Matt Zimmerman
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Aug 2010 13:53:09 +0200
+
 apt (0.8.0~pre1ubuntu1) maverick; urgency=low
 
   * merged fixes from debian/experimental