Package: hwinfo
Version: 13.0-5
Severity: normal
Tags: patch

Hi,
version 13.0-5 of hwinfo 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
--- hwinfo-13.0/src/hd/hal.c.old        2006-08-31 18:37:38.414878500 +0200
+++ hwinfo-13.0/src/hd/hal.c    2006-08-31 18:37:52.155737250 +0200
@@ -217,7 +217,7 @@
 
   libhal_ctx_free(hal_ctx);
 
-  dbus_connection_disconnect(conn);
+  dbus_connection_close(conn);
   dbus_connection_unref(conn);
 
   dbus_error_free(&error);

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

Reply via email to