]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/dpkgpm.cc:
authorBrian Murray <brian@canonical.com>
Fri, 24 Jun 2011 00:50:33 +0000 (17:50 -0700)
committerBrian Murray <brian@canonical.com>
Fri, 24 Jun 2011 00:50:33 +0000 (17:50 -0700)
  - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
    attachments

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

index 859aff044a0db62e0b0bcd72a2804a88526beba1..27fcd041c2eaa808868493a0d53166fc1558c736 100644 (file)
@@ -1442,6 +1442,7 @@ void pkgDPkgPM::WriteApportReport(const char *pkgpath, const char *errormsg)
       {
         while( fgets(buf, sizeof(buf), log) != NULL)
            fprintf(report, " %s", buf);
       {
         while( fgets(buf, sizeof(buf), log) != NULL)
            fprintf(report, " %s", buf);
+           fprintf(report, " \n");
         fclose(log);
       }
    }
         fclose(log);
       }
    }
index 7b6c51acfc62bb9141e6c5a8386e56002fa2797f..5c606de50c253aca9f1fc8d1f6aee871f3b4f62e 100644 (file)
@@ -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:
     - 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
 
 
  -- Brian Murray <brian@ubuntu.com>  Wed, 15 Jun 2011 14:00:43 -0700