Your message dated Thu, 07 Sep 2006 11:02:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385379: fixed in libgphoto2 2.2.1-3
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: 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
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---
--- Begin Message ---
Source: libgphoto2
Source-Version: 2.2.1-3
We believe that the bug you reported is fixed in the latest version of
libgphoto2, which is due to be installed in the Debian FTP archive:
libgphoto2-2-dev_2.2.1-3_i386.deb
to pool/main/libg/libgphoto2/libgphoto2-2-dev_2.2.1-3_i386.deb
libgphoto2-2_2.2.1-3_i386.deb
to pool/main/libg/libgphoto2/libgphoto2-2_2.2.1-3_i386.deb
libgphoto2-port0_2.2.1-3_i386.deb
to pool/main/libg/libgphoto2/libgphoto2-port0_2.2.1-3_i386.deb
libgphoto2_2.2.1-3.diff.gz
to pool/main/libg/libgphoto2/libgphoto2_2.2.1-3.diff.gz
libgphoto2_2.2.1-3.dsc
to pool/main/libg/libgphoto2/libgphoto2_2.2.1-3.dsc
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.
Frederic Peters <[EMAIL PROTECTED]> (supplier of updated libgphoto2 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: Thu, 7 Sep 2006 19:38:04 +0200
Source: libgphoto2
Binary: libgphoto2-port0 libgphoto2-2-dev libgphoto2-2
Architecture: source i386
Version: 2.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters <[EMAIL PROTECTED]>
Changed-By: Frederic Peters <[EMAIL PROTECTED]>
Description:
libgphoto2-2 - gphoto2 digital camera library
libgphoto2-2-dev - gphoto2 digital camera library (development files)
libgphoto2-port0 - gphoto2 digital camera port library
Closes: 385379
Changes:
libgphoto2 (2.2.1-3) unstable; urgency=low
.
* libgphoto2_port/disk/disk.c: dbus_connection_disconnect has been
deprecated, using dbus_connection_close instead. Report and patch
by Sebastian Dröge, thanks. (closes: #385379)
Files:
0284a1608fb05b57cc6f0740fc2b72a0 1045 libs optional libgphoto2_2.2.1-3.dsc
cc972b409541c07de36ef5e60dc9c0f8 110637 libs optional
libgphoto2_2.2.1-3.diff.gz
ec112ea805cdf9289717065ac4d4e2f1 1801210 libdevel optional
libgphoto2-2-dev_2.2.1-3_i386.deb
3cea2490bfa25af7fd714562938133be 117628 libs optional
libgphoto2-port0_2.2.1-3_i386.deb
50cab20af338d5f1b7834fa33401c43a 1102868 libs optional
libgphoto2-2_2.2.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFAFtHoR3LsWeD7V4RAiY2AJ91GKDc0t2p2kqRGtIJlwE+7oyk+gCfU/iY
wGEONUD9AODP7WQqH5saOO8=
=ZdyO
-----END PGP SIGNATURE-----
--- End Message ---