]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
merged from the lp:~mvo/apt/mvo branch
[apt.git] / apt-pkg / deb / dpkgpm.h
index 9a4478f7cd018887d567378a5525ef2ffd8f0b43..b7b5a6def6243f877cf3056fa78901fe6a054fc1 100644 (file)
@@ -48,6 +48,7 @@ class pkgDPkgPM : public pkgPackageManager
    void handleDisappearAction(string const &pkgname);
 
    protected:
+   int pkgFailures;
 
    // progress reporting
    struct DpkgState 
@@ -64,6 +65,7 @@ class pkgDPkgPM : public pkgPackageManager
    // the int is the state that is already done (e.g. a package that is
    // going to be install is already in state "half-installed")
    map<string,unsigned int> PackageOpsDone;
+
    // progress reporting
    unsigned int PackagesDone;
    unsigned int PackagesTotal;
@@ -85,6 +87,9 @@ class pkgDPkgPM : public pkgPackageManager
    bool SendV2Pkgs(FILE *F);
    void WriteHistoryTag(string const &tag, string value);
 
+   // apport integration
+   void WriteApportReport(const char *pkgpath, const char *errormsg);
+
    // dpkg log
    bool OpenLog();
    bool CloseLog();