Your message dated Sat, 23 Sep 2006 19:47:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385382: fixed in tomboy 0.4.1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tomboy
Version: 0.3.9+dfsg-1
Severity: normal
Tags: patch

Hi,
version 0.3.9+dfsg-1 of tomboy uses a deprecated dbus function that is
removed in dbus >= 0.90. dbus 0.92 will most probably go into unstable
in the next days.
The function dbus_connection_disconnect() was removed and can be
replaced by dbus_connection_close(). Attached is a patch that fixes
this.

Bye
--- 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);

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---
--- Begin Message ---
Source: tomboy
Source-Version: 0.4.1-1

We believe that the bug you reported is fixed in the latest version of
tomboy, which is due to be installed in the Debian FTP archive:

tomboy_0.4.1-1.diff.gz
  to pool/main/t/tomboy/tomboy_0.4.1-1.diff.gz
tomboy_0.4.1-1.dsc
  to pool/main/t/tomboy/tomboy_0.4.1-1.dsc
tomboy_0.4.1-1_i386.deb
  to pool/main/t/tomboy/tomboy_0.4.1-1_i386.deb
tomboy_0.4.1.orig.tar.gz
  to pool/main/t/tomboy/tomboy_0.4.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dave Beckett <[EMAIL PROTECTED]> (supplier of updated tomboy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 23 Sep 2006 19:30:03 -0700
Source: tomboy
Binary: tomboy
Architecture: source i386
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett <[EMAIL PROTECTED]>
Changed-By: Dave Beckett <[EMAIL PROTECTED]>
Description: 
 tomboy     - desktop note taking program using Wiki style links
Closes: 385382
Changes: 
 tomboy (0.4.1-1) unstable; urgency=low
 .
   * New upstream release
   * Upstream sources now DFSG as last old icon removed.
     - removed 01_image_name patch
   * Added D-BUS API change patch 04_dbus0.9.patch. (Closes: #385382)
   * Acknowledge NMU in 0.3.9+dfsg-2.1 for previous patch.
   * Depend on libdbus-1-dev (>= 0.90), no longer use libdbus-cil
   * Packaged new Sticky Notes import plugin
Files: 
 d3c9f58ba786b6a6f99a2ce0a8e18ff9 960 gnome optional tomboy_0.4.1-1.dsc
 7e9ab15b8c799d265676173f8a8de7ce 937041 gnome optional tomboy_0.4.1.orig.tar.gz
 93a3d67f7b76ef1c38d243c652d6c5cd 11347 gnome optional tomboy_0.4.1-1.diff.gz
 803ca8d5b9db5598903df449a7552887 603758 gnome optional tomboy_0.4.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFFe3iQ+ySUE9xlVoRAlGvAKCpKsc1QC63p5D+oGlr7r8XuHZdVgCglff/
SvKaYMnUoEccLGTEbolmtEU=
=WQA1
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to