std::clog << OutputInDepth(Depth) << "Hold prevents MarkDelete of " << Pkg << " FU=" << FromUser << std::endl;
return false;
}
+ // if the removal is not explictely requested by the user, protect
+ // explicit new-install package from accidental removal by the
+ // problemresolver
else if (FromUser == false && Pkg->CurrentVer == 0)
{
StateCache &P = PkgState[Pkg->ID];
+ // Status == 2 means this applies for new installs only
if (P.InstallVer != 0 && P.Status == 2 && (P.Flags & Flag::Auto) != Flag::Auto)
{
if (DebugMarker == true)
-apt (0.8.3ubuntu7) UNRELEASED; urgency=low
+apt (0.8.3ubuntu7) maverick; urgency=low
[ David Kalnischkies ]
* apt-pkg/depcache.cc:
Test case: debootstrap, install exim4, run "apt-get install postfix"
This will result in exim4-heavy instead of postfix
- -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Oct 2010 11:57:18 +0200
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Oct 2010 14:13:38 +0200
apt (0.8.3ubuntu6) maverick; urgency=low