[Pkg-telepathy-commits] ./packages/unstable/empathy r115: Add patch to fix python bindings

Sjoerd Simons sjoerd at luon.net
Fri Apr 4 17:04:48 UTC 2008


------------------------------------------------------------
revno: 115
committer: Sjoerd Simons <sjoerd at luon.net>
branch nick: empathy
timestamp: Fri 2008-04-04 19:04:48 +0200
message:
  Add patch to fix python bindings
added:
  patches/00_fix_python_bindings.patch
modified:
  changelog
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-04-04 13:02:44 +0000
+++ b/changelog	2008-04-04 17:04:48 +0000
@@ -3,8 +3,11 @@
   * debian/rules, debian/empathy.install: Enable VOIP support
   * debian/empathy.install: Chat handler is now part of the main empathy
     process
+  * debian/patches/00_fix_python_bindings.patch:
+    + Added. Don't try to import objects that don't exist anymore (from
+      upstream git)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 04 Apr 2008 11:32:50 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 04 Apr 2008 19:02:18 +0200
 
 empathy (0.22.0-1) unstable; urgency=low
 

=== added file 'patches/00_fix_python_bindings.patch'
--- a/patches/00_fix_python_bindings.patch	1970-01-01 00:00:00 +0000
+++ b/patches/00_fix_python_bindings.patch	2008-04-04 17:04:48 +0000
@@ -0,0 +1,21 @@
+commit 5efb16f7393e1417983ff5faa6d2fc50588976a9
+Author: xclaesse <xclaesse at 4ee84921-47dd-4033-b63a-18d7a039a3e4>
+Date:   Sun Mar 16 13:02:27 2008 +0000
+
+    Remove Presence object, it doesn't exists anymore (Alban Crequy).
+    
+    
+    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@801 4ee84921-47dd-4033-b63a-18d7a039a3e4
+
+diff --git a/python/pyempathygtk/pyempathygtk.override b/python/pyempathygtk/pyempathygtk.override
+index a2bb7a7..7afb8e9 100644
+--- a/python/pyempathygtk/pyempathygtk.override
++++ b/python/pyempathygtk/pyempathygtk.override
+@@ -60,7 +60,6 @@ import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
+ import empathy.Contact as PyEmpathyContact_Type
+ import empathy.ContactList as PyEmpathyContactList_Type
+ import empathy.TpChat as PyEmpathyTpChat_Type
+-import empathy.Presence as PyEmpathyPresence_Type
+ import empathy.Message as PyEmpathyMessage_Type
+ import empathy.TpChatroom as PyEmpathyTpChatroom_Type
+ import empathy.TpCall as PyEmpathyTpCall_Type



More information about the Pkg-telepathy-commits mailing list