* move upgrade releated code into upgrade.{cc,h}
authorMichael Vogt <mvo@debian.org>
Sat, 5 Oct 2013 10:15:03 +0000 (12:15 +0200)
committerMichael Vogt <mvo@debian.org>
Sat, 5 Oct 2013 10:15:03 +0000 (12:15 +0200)
commit82e369c4b93b5b81db7988ab377a3c5bd388268e
tree0c5f6b5a36a55212842789ee284c6b9a493ba54f
parent7cf45682e5fcac541e495242bdc4885bbb8b2ef7
* move upgrade releated code into upgrade.{cc,h}

The upgrade releated code is moved into upgrade.{cc,h} and
all pkg*Upgrade* prototypes are included in algorihms.h to
avoid breaking API (unless build with APT_9_CLEANER_HEADERS).
apt-pkg/algorithms.cc
apt-pkg/algorithms.h
apt-pkg/makefile
apt-pkg/upgrade.cc [new file with mode: 0644]
apt-pkg/upgrade.h [new file with mode: 0644]
apt-private/private-cachefile.cc
apt-private/private-upgrade.cc
buildlib/config.h.in
cmdline/apt-get.cc
cmdline/apt-internal-solver.cc