* apt-pkg/deb/dpkgpm.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Sep 2011 12:30:31 +0000 (14:30 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Sep 2011 12:30:31 +0000 (14:30 +0200)
commit778559db797ce61611e2b761b24dcb49c49f2652
treed10da18f7dc99211a23e56449e61427d65d92714
parent451ea3d4046d95a82856b78087449519ec7e8487
* 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
apt-pkg/algorithms.cc
apt-pkg/deb/dpkgpm.cc
cmdline/apt-get.cc
debian/changelog