Package: tomboy
Version: 0.3.9+dfsg-2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my tomboy 0.3.9+dfsg-2.1 NMU.

bye,
        - michael
diff -u tomboy-0.3.9+dfsg/debian/changelog tomboy-0.3.9+dfsg/debian/changelog
--- tomboy-0.3.9+dfsg/debian/changelog
+++ tomboy-0.3.9+dfsg/debian/changelog
@@ -1,3 +1,10 @@
+tomboy (0.3.9+dfsg-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add Patch for deprecated dbus functions (Closes: #385382) 
+
+ -- Michael Ablassmeier <[EMAIL PROTECTED]>  Tue, 19 Sep 2006 09:11:38 +0200
+
 tomboy (0.3.9+dfsg-2) unstable; urgency=medium
 
   * Added postint to rebuild broken scrollkeeper database using
only in patch2:
unchanged:
--- tomboy-0.3.9+dfsg.orig/debian/patches/02_dbus.patch
+++ tomboy-0.3.9+dfsg/debian/patches/02_dbus.patch
@@ -0,0 +1,20 @@
+--- Tomboy/dbus-sharp/Connection.cs.old        2006-08-24 17:14:03.056705000 
+0200
++++ Tomboy/dbus-sharp/Connection.cs    2006-08-24 17:14:15.061455250 +0200
+@@ -89,7 +89,7 @@
+     {
+       if (disposing && RawConnection != IntPtr.Zero) 
+       {
+-        dbus_connection_disconnect(rawConnection);
++        dbus_connection_close(rawConnection);
+ 
+         RawConnection = IntPtr.Zero; // free the native object
+       }
+@@ -314,7 +314,7 @@
+                                                          int    slot);
+     
+     [DllImport ("dbus-1")]
+-    private extern static void dbus_connection_disconnect (IntPtr ptr);
++    private extern static void dbus_connection_close (IntPtr ptr);
+ 
+     [DllImport ("dbus-1")]
+     private extern static IntPtr dbus_bus_get_unique_name (IntPtr ptr);

Reply via email to