diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 13:37:34 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 13:37:34 +0100 |
commit | af20242585a0b4880484c5559edb7d14962918ce (patch) | |
tree | bb8cd80ca5bdb05542df90d3ba7454d6e6181d40 /debian/changelog | |
parent | e3132de87559f05f51e88fd658646e73014cab51 (diff) |
* cherry pick r2222 from
http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/:
* 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/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 54eeaae97..821719e15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +apt (0.8.16~exp12ubuntu6) UNRELEASED; urgency=low + + * cherry pick r2222 from + http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/: + * apt-pkg/packagemanager.cc: + - fix bug in predepends handling - ensure that packages that needs + unpackaging are unpacked before they are configured (LP: #927993) + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2012 13:35:36 +0100 + apt (0.8.16~exp12ubuntu5) precise; urgency=low [ Michael Vogt ] |