summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-03-02 22:01:51 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-03-02 22:01:51 +0100
commitb3887af24029cdc6179470fcb8587fff39a3eee9 (patch)
tree427fab53bb3a60b2f56f9091c1d8f8c61c54ecc6 /debian
parent49d152d074a7602125f14d8726b952037aec15f0 (diff)
* apt-pkg/packagemanager.cc:
- when calculating pre-dependencies ensure that both unpack and configure are considered (instead of only configure) LP: #927993
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 360fcf453..25563e811 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ apt (0.8.16~exp13) UNRELEASED; urgency=low
(LP: #923807)
* apt-pkg/contrib/fileutl.h:
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
+ * apt-pkg/packagemanager.cc:
+ - when calculating pre-dependencies ensure that both unpack and
+ configure are considered (instead of only configure) LP: #927993
-- David Kalnischkies <kalnischkies@gmail.com> Mon, 30 Jan 2012 19:17:09 +0100