summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-08-24 11:20:27 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-08-24 11:20:27 +0200
commitc6aa14e46842b0059c1648125562793e5edd08ee (patch)
tree2910f3ad0ca9f3dde06cbb7187edc42219ac19f2 /debian
parent889053489a8b9b91feeb698fc164446e9b5f9c67 (diff)
* apt-pkg/pkgcache.cc:
- do not set internel "needs-configure" state for packages in triggers-pending state. dpkg will deal with the trigger and it if does it before we trigger it, dpkg will error out (LP: #414631)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2131b8077..6692191d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,13 @@ apt (0.7.22.3) UNRELEASED; urgency=low
and '{http,ftp}_proxy' environment variables are used only if options
mentioned above are not specified.
(Closes: #445985, #157759, #320184, #365880, #479617)
+
+ [ Michael Vogt ]
+ * apt-pkg/pkgcache.cc:
+ - do not set internel "needs-configure" state for packages in
+ triggers-pending state. dpkg will deal with the trigger and
+ it if does it before we trigger it, dpkg will error out
+ (LP: #414631)
-- Michael Vogt <mvo@debian.org> Wed, 19 Aug 2009 11:14:15 +0200