From 1787f7865ffe013db68cd8cf0b1129ed17d59fa0 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Thu, 23 Jun 2011 17:50:33 -0700 Subject: * apt-pkg/deb/dpkgpm.cc: - resolve issue where AptOrdering is included in DpkgTerminalLog in apport attachments --- apt-pkg/deb/dpkgpm.cc | 1 + debian/changelog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 859aff044..27fcd041c 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -1442,6 +1442,7 @@ void pkgDPkgPM::WriteApportReport(const char *pkgpath, const char *errormsg) { while( fgets(buf, sizeof(buf), log) != NULL) fprintf(report, " %s", buf); + fprintf(report, " \n"); fclose(log); } } diff --git a/debian/changelog b/debian/changelog index 7b6c51acf..5c606de50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low * apt-pkg/deb/dpkgpm.cc: - updated allocate memory string - cannot access archive string is lowercase + * apt-pkg/deb/dpkgpm.cc: + - resolve issue where AptOrdering is included in DpkgTerminalLog in apport + attachments -- Brian Murray Wed, 15 Jun 2011 14:00:43 -0700 -- cgit v1.2.3