Преглед изворни кода

* apt-pkg/deb/dpkgpm.cc:
- add 'disappear' to the known processing states, thanks Jonathan Nieder

David Kalnischkies пре 16 година
родитељ
комит
b3514c5695
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 3 1
      apt-pkg/deb/dpkgpm.cc
  2. 2 0
      debian/changelog

+ 3 - 1
apt-pkg/deb/dpkgpm.cc

@@ -50,6 +50,7 @@ namespace
     std::make_pair("configure", N_("Configuring %s")),
     std::make_pair("configure", N_("Configuring %s")),
     std::make_pair("remove",    N_("Removing %s")),
     std::make_pair("remove",    N_("Removing %s")),
     std::make_pair("purge",    N_("Completely 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"))
     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: install: pkg'
       'processing: configure: pkg'
       'processing: configure: pkg'
       'processing: remove: 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'
       'processing: trigproc: trigger'
 	    
 	    
    */
    */

+ 2 - 0
debian/changelog

@@ -35,6 +35,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
     - do not say explicit target_release_{name,version,codename}, it should
     - do not say explicit target_release_{name,version,codename}, it should
       be clear by itself and 'man' can break lines again (Closes: #566166)
       be clear by itself and 'man' can break lines again (Closes: #566166)
     - remove the gnome-apt reference as it is removed from unstable
     - 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 ]
   [ Jari Aalto ]
   * debian/rules:
   * debian/rules: