diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-11 17:47:50 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-11 17:47:50 +0100 |
commit | fdbe726599ae4dd3d808858356cf3464de94f1e4 (patch) | |
tree | c3b4101fbc3e698c12db66ebb6748f249c7408ac /debian | |
parent | ec7f904e7ea1b0b8aaefbbb202ced9e19292dd76 (diff) |
* apt-pkg/depcache.cc:
- mark a package which was requested to be installed on commandline
always as manual regardless if it is already marked or not as the
marker could be lost later by the removal of rdepends (Closes: #612557)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bb2e9d63c..2da3afa38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,12 @@ apt (0.8.12) unstable; urgency=low [ David Kalnischkies ] * cmdline/apt-get.cc: - add --install-suggests option (Closes: #473089) + * apt-pkg/depcache.cc: + - mark a package which was requested to be installed on commandline + always as manual regardless if it is already marked or not as the + marker could be lost later by the removal of rdepends (Closes: #612557) - -- David Kalnischkies <kalnischkies@gmail.com> Wed, 09 Feb 2011 22:56:27 +0100 + -- David Kalnischkies <kalnischkies@gmail.com> Fri, 11 Feb 2011 17:44:49 +0100 apt (0.8.11.1) unstable; urgency=low |