summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-03-25 20:06:40 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-03-25 20:06:40 +0100
commite548ae1c69c101f2a0b610fd2bf7b337f22fb09e (patch)
treeda16975d0fdd2fb79c15f3f563218511da6c3a20
parentfcaf14fe20f743549ce968bdd2f511684ceb2394 (diff)
* apt-pkg/depcache.cc:
- remove pseudo handling leftover from SetReInstall
-rw-r--r--apt-pkg/depcache.cc5
-rw-r--r--debian/changelog4
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 <kalnischkies@gmail.com> Wed, 23 Mar 2011 02:19:33 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com> Fri, 25 Mar 2011 20:06:03 +0100
apt (0.8.13) unstable; urgency=low