* apt-pkg/depcache.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 21 Sep 2006 00:02:13 +0000 (02:02 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 21 Sep 2006 00:02:13 +0000 (02:02 +0200)
commit320854985be0fe14491385ca349783ab8a9d7797
tree2fbdf9f915203f41872730d97fac66bd7870aca0
parentae24ac67f6bbab1474a5386b946fc7bd97ad86c8
* apt-pkg/depcache.cc:
  - do not change the auto-flag in MarkKeep() to prevent side-effects
    in interactive package managers when a package is marked for remove
    first and then unmarked again. the old code removed the auto-flag,
    the new code will retain this information
  - a package can be garbage even if it is already marked for removal
apt-pkg/depcache.cc