From 75af4477ee82dd7782b064bfe425e49356701cac Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 17 Oct 2006 19:08:03 +0200 Subject: * DistUpgrade/DistUpgradeCache.py: - fix tomboy while we are at it anyway --- DistUpgrade/DistUpgradeCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeCache.py') diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py index bc79f9e2..a569bf37 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -188,7 +188,7 @@ class MyCache(apt.Cache): logging.debug("Failed to apply %s fixup: %s (%s)" % (pkg.name, e)) # deal with held-backs that are unneeded - for pkgname in ["hpijs", "bzr"]: + for pkgname in ["hpijs", "bzr", "tomboy"]: if (self.has_key(pkgname) and self[pkgname].isInstalled and not self[pkgname].markedUpgrade): try: -- cgit v1.2.3