* Implement EDSP in libapt-pkg so that all front-ends which
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 17 May 2011 15:26:59 +0000 (17:26 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 17 May 2011 15:26:59 +0000 (17:26 +0200)
commit2b82aa5553eef0cd16b5803047a6b60450bee92f
tree1c82ccc9c9ab5d5f0ec892af1193f5d69f8e61ec
parent470a5c38519989313514ebaec6920aafee53d798
parent27c69dd0b36e3da7b6061e597d755f5a60a0d31b
* Implement EDSP in libapt-pkg so that all front-ends which
  use the internal resolver can now be used also with external
  ones as the usage is hidden in between the old API
* provide two edsp solvers in apt-utils:
  - 'dump' to quickly output a complete scenario and
  - 'apt' to use the internal as an external resolver
apt-pkg/algorithms.cc
apt-pkg/depcache.cc
apt-pkg/pkgcachegen.cc
apt-pkg/policy.cc
cmdline/apt-get.cc
cmdline/makefile
debian/changelog
debian/rules