summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-10 15:10:38 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-10 15:10:38 +0200
commitc0ba35fc916d2adf0ba1fbd8cca62a83ce83d789 (patch)
tree5eec4761228ace2f9a03866daf5a8ad3bbc0612e /debian
parenta8ef7efd6df81d4fb9e52419695f10df9fe76cda (diff)
* apt-pkg/orderlist.cc:
- untouched packages are never missing * apt-pkg/packagemanager.cc: - packages that are not touched doesn't need to be unpacked
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8470a0d85..edea3400a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ apt (0.7.26~exp7) UNRELEASED; urgency=low
* apt-pkg/cacheset.cc:
- get the candidate either from an already built depcache
or use the policy which is a bit faster than depcache generation
+ * apt-pkg/orderlist.cc:
+ - untouched packages are never missing
+ * apt-pkg/packagemanager.cc:
+ - packages that are not touched doesn't need to be unpacked
-- David Kalnischkies <kalnischkies@gmail.com> Thu, 10 Jun 2010 13:04:47 +0200