diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-14 14:04:23 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-14 14:04:23 +0200 |
commit | 9efa2e916d134e5960351cc3b67f4556ec4b2126 (patch) | |
tree | 5cc89bcf13269aa311281c33ad83fe893f98abb9 | |
parent | de15fbae15a0d44457dd998a5804c62bf0cc3d7d (diff) |
* fix "purge" commandline argument, closes: #133421
(thanks to Julien Danjou for the patch)
-rw-r--r-- | cmdline/apt-get.cc | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index c9ec481aa..a52a34979 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -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}, diff --git a/debian/changelog b/debian/changelog index dfd9cc6bb..5bf454aa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. |