From: Michael Vogt Date: Fri, 29 Nov 2013 19:17:20 +0000 (+0100) Subject: fix apport report writing (LP: #1254499) X-Git-Tag: 0.9.13.1~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/0cd4e696306af28f98c0f810ed18b052919205c8 fix apport report writing (LP: #1254499) --- diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 49396c1c7..14333c3e7 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -201,7 +201,7 @@ pkgCache::VerIterator FindNowVersion(const pkgCache::PkgIterator &Pkg) // --------------------------------------------------------------------- /* */ pkgDPkgPM::pkgDPkgPM(pkgDepCache *Cache) - : pkgPackageManager(Cache), PackagesDone(0), PackagesTotal(0) + : pkgPackageManager(Cache), pkgFailures(0), PackagesDone(0), PackagesTotal(0) { d = new pkgDPkgPMPrivate(); } diff --git a/debian/changelog b/debian/changelog index 5522f4c4e..65a8f4242 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ apt (0.9.13.1) UNRELEASED; urgency=low * merge mvo/feature/edit-sources * fix segfault in pkgDepCache::SetCandidateRelease() (closes: #709560) * reset terminal on error (closes: #730795) + * fix apport report writing (LP: #1254499) -- Michael Vogt Thu, 28 Nov 2013 20:02:39 +0100