diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-09-20 14:30:31 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-09-20 14:30:31 +0200 |
commit | 778559db797ce61611e2b761b24dcb49c49f2652 (patch) | |
tree | d10da18f7dc99211a23e56449e61427d65d92714 /debian | |
parent | 451ea3d4046d95a82856b78087449519ec7e8487 (diff) |
* apt-pkg/deb/dpkgpm.cc:
- use std::vector instead of fixed size arrays to store args and
multiarch-packagename strings
- load the dpkg base arguments only one time and reuse them later
* cmdline/apt-get.cc:
- follow Provides in the evaluation of saving candidates, too, for
statisfying garbage package dependencies (Closes: #640590)
* apt-pkg/algorithms.cc:
- if a package is garbage, don't try to save it with FixByInstall
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 12b7d4b23..147a7ec78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,18 @@ -apt (0.8.15.9) unstable; urgency=low +apt (0.8.15.9) UNRELEASED; urgency=low [ David Kalnischkies ] * doc/apt-get.8.xml: - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490) + * apt-pkg/deb/dpkgpm.cc: + - use std::vector instead of fixed size arrays to store args and + multiarch-packagename strings + - load the dpkg base arguments only one time and reuse them later + * cmdline/apt-get.cc: + - follow Provides in the evaluation of saving candidates, too, for + statisfying garbage package dependencies (Closes: #640590) + * apt-pkg/algorithms.cc: + - if a package is garbage, don't try to save it with FixByInstall -- David Kalnischkies <kalnischkies@gmail.com> Wed, 14 Sep 2011 21:01:56 +0200 |