]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
merged from debian
[apt.git] / apt-pkg / deb / dpkgpm.h
index 62d3d893d8e0660e343412b081c6b11c5b5a2e3e..90e5b95e6c5ca303fb9bb752ab84f98c0f05359c 100644 (file)
@@ -49,18 +49,13 @@ class pkgDPkgPM : public pkgPackageManager
    // going to be install is already in state "half-installed")
    map<string,unsigned int> PackageOpsDone;
 
-
-#if 1 // FIXME: BINARY COMPATIBILITY ONLY, remove on next ABI break
-   map<string,string> PackageProcessingOps;
-#endif
-
    // progress reporting
    unsigned int PackagesDone;
    unsigned int PackagesTotal;
   
    struct Item
    {
-      enum Ops {Install, Configure, Remove, Purge} Op;
+      enum Ops {Install, Configure, Remove, Purge, ConfigurePending, TriggersPending} Op;
       string File;
       PkgIterator Pkg;
       Item(Ops Op,PkgIterator Pkg,string File = "") : Op(Op),