Просмотр исходного кода

* apt-pkg/deb/dpkgpm.cc:
- add "purge" to list of known actions

Michael Vogt лет назад: 16
Родитель
Сommit
ac81ae9c07
2 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      apt-pkg/deb/dpkgpm.cc
  2. 2 0
      debian/changelog

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

@@ -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"))
   };
 

+ 2 - 0
debian/changelog

@@ -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: