Package: libgphoto2
Version: 2.2.1-2
Severity: normal
Tags: patch

Hi,
version 2.2.1-2 of libgphoto2 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
--- libgphoto2-2.2.1.orig/libgphoto2_port/disk/disk.c
+++ libgphoto2-2.2.1/libgphoto2_port/disk/disk.c
@@ -175,7 +175,7 @@
 
 	libhal_free_string_array (volumes);
 	libhal_ctx_free (ctx);
-	dbus_connection_disconnect (dbus_connection);
+	dbus_connection_close (dbus_connection);
 	dbus_connection_unref (dbus_connection);
 #else
 # ifdef HAVE_MNTENT_H

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

Reply via email to