]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Dec 2009 09:56:29 +0000 (10:56 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Dec 2009 09:56:29 +0000 (10:56 +0100)
  - add "purge" to list of known actions

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

index ab71d4e964ec95a1505c21b01f2cbe79d0509244..fe673925bdc16a71b4b05d2760bf07d9f83633f3 100644 (file)
@@ -49,6 +49,7 @@ namespace
     std::make_pair("install",   N_("Installing %s")),
     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("trigproc",  N_("Running post-installation trigger %s"))
   };
 
index 685c048ea9985fd0d37a6fcbcc501a99b0dd2259..a0166414eea68870becc14572d13a2a5563c965d 100644 (file)
@@ -16,6 +16,8 @@ apt (0.7.22.4) unstable; urgency=low
     /etc/apt/auth.conf that can be used to store username/passwords
     in a "netrc" style file (with the extension that it supports "/"
     in a machine definition). Based on the maemo git branch.
+  * apt-pkg/deb/dpkgpm.cc:
+    - add "purge" to list of known actions
 
   [ Brian Murray ]
   * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: