diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-06 14:06:38 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-06 14:06:38 +0100 |
commit | e2625f67efae93c2c8affff41ce3e5fb9a507f30 (patch) | |
tree | b3013f5bd4de3a7c2e59d6bda5d508f73721120d /debian | |
parent | 22d9031d52d2c96c1457346580050edf2814cdc9 (diff) | |
parent | b3887af24029cdc6179470fcb8587fff39a3eee9 (diff) |
* apt-pkg/packagemanager.cc:
- fix bug in predepends handling - ensure that packages that needs
unpackaging are unpacked before they are configured (LP: #927993)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c01c087a7..8e4c05d7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,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: + - fix bug in predepends handling - ensure that packages that needs + unpackaging are unpacked before they are configured (LP: #927993) [ Julian Andres Klode ] * apt-pkg/deb/deblistparser.cc: |