summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-06-27 10:51:36 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-06-27 10:51:36 +0200
commitd97582a768690ea79679e51d26fc241c72825880 (patch)
tree36d2ca32ca7985d07e80afe22355c7df9c385e10
parent0870363f08b7dbff901cd79a5f80f1700f8965f3 (diff)
parent1787f7865ffe013db68cd8cf0b1129ed17d59fa0 (diff)
* apt-pkg/deb/dpkgpm.cc:
- resolve issue where AptOrdering is included in DpkgTerminalLog in apport attachments
-rw-r--r--apt-pkg/deb/dpkgpm.cc1
-rw-r--r--debian/changelog3
2 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
index 859aff044..a3a7ae5b3 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 <brian@ubuntu.com> Wed, 15 Jun 2011 14:00:43 -0700