From e548ae1c69c101f2a0b610fd2bf7b337f22fb09e Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 25 Mar 2011 20:06:40 +0100 Subject: * apt-pkg/depcache.cc: - remove pseudo handling leftover from SetReInstall --- apt-pkg/depcache.cc | 5 ----- debian/changelog | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc index 46fbc9e58..1c89bd32f 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -1252,11 +1252,6 @@ void pkgDepCache::SetReInstall(PkgIterator const &Pkg,bool To) AddStates(Pkg); AddSizes(Pkg); - - if (unlikely(Pkg.CurrentVer().end() == true)) - return; - - SetReInstall(Pkg.Group().FindPkg("all"), To); } /*}}}*/ // DepCache::SetCandidateVersion - Change the candidate version /*{{{*/ diff --git a/debian/changelog b/debian/changelog index 01498a939..90a56968c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low - correct typo spotted by Charles Plessy (Closes: #619088) - document ButAutomaticUpgrades together with NotAutomatic as suggested by Charles Plessy (Closes: #619083) + * apt-pkg/depcache.cc: + - remove pseudo handling leftover from SetReInstall - -- David Kalnischkies Wed, 23 Mar 2011 02:19:33 +0100 + -- David Kalnischkies Fri, 25 Mar 2011 20:06:03 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3