]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/dpkgpm.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 24 May 2010 11:40:50 +0000 (13:40 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 24 May 2010 11:40:50 +0000 (13:40 +0200)
  - add 'disappear' to the known processing states, thanks Jonathan Nieder

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

index ca8faa8a5f752cb4c3bc938c4c08cd1935f37a45..a640a0c775098e79667ae277f86ef39a56034251 100644 (file)
@@ -50,6 +50,7 @@ namespace
     std::make_pair("configure", N_("Configuring %s")),
     std::make_pair("remove",    N_("Removing %s")),
     std::make_pair("purge",    N_("Completely removing %s")),
+    std::make_pair("disappear", N_("Noting disappearance of %s")),
     std::make_pair("trigproc",  N_("Running post-installation trigger %s"))
   };
 
@@ -419,7 +420,8 @@ void pkgDPkgPM::ProcessDpkgStatusLine(int OutStatusFd, char *line)
       'processing: install: pkg'
       'processing: configure: pkg'
       'processing: remove: pkg'
-      'processing: purge: pkg' - but for apt is it a ignored "unknown" action
+      'processing: purge: pkg'
+      'processing: disappear: pkg'
       'processing: trigproc: trigger'
            
    */
index 0d114c915dc1e483e9a3081a8ec64845b9b6a684..c9a7f2e35d7a39c15b7c79f12482cbf6844013f5 100644 (file)
@@ -35,6 +35,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
     - do not say explicit target_release_{name,version,codename}, it should
       be clear by itself and 'man' can break lines again (Closes: #566166)
     - remove the gnome-apt reference as it is removed from unstable
+  * apt-pkg/deb/dpkgpm.cc:
+    - add 'disappear' to the known processing states, thanks Jonathan Nieder
 
   [ Jari Aalto ]
   * debian/rules: