* fix "purge" commandline argument, closes: #133421
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 14 Sep 2007 12:04:23 +0000 (14:04 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 14 Sep 2007 12:04:23 +0000 (14:04 +0200)
  (thanks to Julien Danjou for the patch)

cmdline/apt-get.cc
debian/changelog

index c9ec481..a52a349 100644 (file)
@@ -2752,6 +2752,7 @@ int main(int argc,const char *argv[])
                                    {"install",&DoInstall},
                                    {"remove",&DoInstall},
                                   {"autoremove",&DoInstall},
+                                  {"purge",&DoInstall},
                                    {"dist-upgrade",&DoDistUpgrade},
                                    {"dselect-upgrade",&DoDSelectUpgrade},
                                   {"build-dep",&DoBuildDep},
index dfd9cc6..5bf454a 100644 (file)
@@ -28,6 +28,8 @@ apt (0.7.7) UNRELEASED; urgency=low
   * fix missing SetExecClose() call when the status-fd is used
   * debian/apt.cron.daily:
     - move unattended-upgrade before apt-get autoclean
+  * fix "purge" commandline argument, closes: #133421
+    (thanks to Julien Danjou for the patch)
 
   [ Ian Jackson ]
   * dpkg-triggers: Deal properly with new package states.