From 79fc01b83aeecf2b1f5ac40e738845693fa9b444 Mon Sep 17 00:00:00 2001 From: Andrew Flegg Date: Tue, 19 Oct 2010 23:08:11 +0100 Subject: [PATCH] Add gnome-python dependency (fixes MB#11476). --- package/debian/changelog | 16 +++++++++++++--- package/debian/control | 2 +- package/src/org/maemo/hermes/gui/gtkui.py | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package/debian/changelog b/package/debian/changelog index d757a33..ff5bd8e 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,13 +1,23 @@ +hermes (0.8.7) fremantle; urgency=low + + * Update Swedish transaltion (provided by Fredrik Wendt) + * Update Finnish translation (provided by Marko Vertainen) + * Add `gnome-python' dependency (fixes MB#11476, reported by + Martin von Weissenberg & arnoonline) + + -- Andrew Flegg Thu, 28 Oct 2010 10:03:15 +0100 + hermes (0.8.6) fremantle; urgency=low - * Fix translation Makefile and French translation (provided by Nicolas + * Fix translation Makefile and French translation (provided by Nicolas Graziano) - * Set minimum version of python-facebook to get HTTPS by default + * Set minimum version of python-facebook to get HTTPS by default (fixes MB#11029, reported by Tobias Mueller) * Implement OAuth for Twitter (fixes MB#11275) * Add debugging to help diagnose MB#11103. + * - - -- Andrew Flegg Tue, 19 Oct 2010 19:50:53 +0100 + -- Andrew Flegg Thu, 28 Oct 2010 10:03:12 +0100 hermes (0.8.5) fremantle; urgency=low diff --git a/package/debian/control b/package/debian/control index 8cd9f0b..2489622 100644 --- a/package/debian/control +++ b/package/debian/control @@ -11,7 +11,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, python-imaging | python2.5-imaging, python-osso | python2.5-osso, python-hildon | python2.5-hildon, python-simplejson, python-evolution, python-conic, python-facebook (>= 0.svn20090225-0maemo2), python-evolution, - python-gobject (>= 2.16) + python-gobject (>= 2.16), gnome-python Description: Enrich contacts' information from social networks Hermes, the Greek god of communication, will fill in the gaps in your contacts' address book. Photos and birthdays for your friends on diff --git a/package/src/org/maemo/hermes/gui/gtkui.py b/package/src/org/maemo/hermes/gui/gtkui.py index 45fdce7..f948453 100644 --- a/package/src/org/maemo/hermes/gui/gtkui.py +++ b/package/src/org/maemo/hermes/gui/gtkui.py @@ -25,7 +25,7 @@ class HermesGUI(WimpWorks): # ----------------------------------------------------------------------- def __init__(self, providers = None): gettext.install('hermes','/opt/hermes/share/locale/') - WimpWorks.__init__(self, 'Hermes', version = '0.8.6', dbus_name = 'org.maemo.hermes') + WimpWorks.__init__(self, 'Hermes', version = '0.8.7', dbus_name = 'org.maemo.hermes') self.set_background('background.png') layout = HildonMainScreenLayout(offset = 0.8, container = self) -- 1.7.9.5