summaryrefslogtreecommitdiff
path: root/apt-pkg/upgrade.cc
Commit message (Collapse)AuthorAgeFilesLines
* rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt2013-10-051-1/+1
|
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-0/+263
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).