diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-17 19:08:03 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-17 19:08:03 +0200 |
| commit | 75af4477ee82dd7782b064bfe425e49356701cac (patch) | |
| tree | 21cb0292d464d02a9d98f6bb1fb1af25c6d64bc9 /DistUpgrade/DistUpgradeCache.py | |
| parent | ad1e40b643860122971a0ab8d942e54851458347 (diff) | |
| download | python-apt-75af4477ee82dd7782b064bfe425e49356701cac.tar.gz | |
* DistUpgrade/DistUpgradeCache.py:
- fix tomboy while we are at it anyway
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeCache.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
