117c117 < if self.cache._depcache.BrokenCount > 0: --- > if self.cache._depcache.broken_count > 0: 160,162c160,163 < if (not pkg.isInstalled or < pkg._pkg.CurrentState != apt_pkg.CurStateInstalled or < self.cache._depcache.BrokenCount > 0): --- > if (not pkg.is_installed or > #FIXME python-apt 0.8.0 doesn't seem to have an equiv pkg.CurrentState > #pkg._pkg.CurrentState != apt_pkg.CurStateInstalled or > self.cache._depcache.broken_count > 0): 213c214 < if self.cache[apturl.package].isInstalled and apturl.minver is None: --- > if self.cache[apturl.package].is_installed and apturl.minver is None: 226c227 < self.cache[apturl.package].markInstall() --- > self.cache[apturl.package].mark_install()