* DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeView.py: - remove the pkg_failures count in InstallProgress. It does not work because it is incremented in a different process (it forked in InstallProgress) than the process it is later read again - removing it entirely is ok, a package failure is not a bug against update-manager (LP: #311220)