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/Changelog | 3 ++- DistUpgrade/DistUpgradeCache.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'DistUpgrade') diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index 050fc615..45ef5edf 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -1,5 +1,6 @@ 2006-10-17: - - ensure bzr and xserver-xorg-input-* is properly upgraded + - ensure bzr, tomboy and xserver-xorg-input-* are properly + upgraded - don't fail if dpkg sents unexpected status lines (lp: #66013) 2006-10-16: - remove leftover references to ubuntu-base and 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