Add v0.0.5 of Hermes from source tarball 0.0.5
authorAndrew Flegg <andrew@bleb.org>
Tue, 13 Oct 2009 19:35:06 +0000 (20:35 +0100)
committerAndrew Flegg <andrew@bleb.org>
Tue, 13 Oct 2009 19:35:06 +0000 (20:35 +0100)
package/debian/changelog
package/debian/control
package/src/gui.py

index d37d2e7..1dc476b 100644 (file)
@@ -1,3 +1,10 @@
+hermes (0.0.5) unstable; urgency=low
+
+  * Fix gnome-python dependency (re-reported by Andrew Smith &
+    Faheem Pervez)
+
+ -- Andrew Flegg <andrew@bleb.org>  Sun,  4 Oct 2009 11:51:35 +0100
+
 hermes (0.0.4) unstable; urgency=low
 
   * Use own photo loading to avoid issue with EContact.get_photo()
index 99b35c0..352db09 100644 (file)
@@ -10,7 +10,7 @@ Package: hermes
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, python-imaging |
  python2.5-imaging, python-osso | python2.5-osso, python-hildon |
- python2.5-hildon, python-twitter, python-facebook, python-evolution, python-gconf
+ python2.5-hildon, python-twitter, python-facebook, python-evolution, 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
index e3366fc..37e843b 100755 (executable)
@@ -216,7 +216,7 @@ class HermesGUI:
     self.app = hildon.Program()
     self.window = hildon.Window()
     gtk.set_application_name('Hermes')
-    self.osso_context = osso.Context('org.maemo.hermes', '0.0.4', False)
+    self.osso_context = osso.Context('org.maemo.hermes', '0.0.5', False)
     self.app.add_window(self.window)
 
     self.window.connect("delete-event", gtk.main_quit)