summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-09-03 12:42:22 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-09-03 12:42:22 +0200
commit3663572002ef82c146c125afea8942fe842f25c4 (patch)
tree9fb5819edb4d2c2c3b5abac3011cc2653ff5286d /debian
parentc45233eaf6d08bb6bb6e2dbb57c90a1d52ca9a43 (diff)
unpack versions only in case a different version from the package
and avoid re-unpack otherwise (Closes: #670900)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 67566bbe1..e62f0b681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,10 @@ apt (0.9.7.5) UNRELEASED; urgency=low
- handle Components in the reduction for the source.list as multi-arch CDs
otherwise create duplicated source entries (e.g. "wheezy main main")
* apt-pkg/packagemanager.cc:
- - unpack versions in case a different version from the package
+ - unpack versions only in case a different version from the package
is currently in unpack state to recover from broken system states
(like different file in M-A:same package and other dpkg errors)
+ and avoid re-unpack otherwise (Closes: #670900)
* debian/control:
- let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
method supports the new redirection-style, thanks to Raphael Geissert