From: Michael Vogt Date: Thu, 21 Sep 2006 00:02:13 +0000 (+0200) Subject: * apt-pkg/depcache.cc: X-Git-Tag: 0.7.24ubuntu1~225^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/320854985be0fe14491385ca349783ab8a9d7797?hp=320854985be0fe14491385ca349783ab8a9d7797 * 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 ---