Your message dated Mon, 04 Sep 2006 14:02:47 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385527: fixed in hwinfo 13.0-6
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: 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


--- End Message ---
--- Begin Message ---
Source: hwinfo
Source-Version: 13.0-6

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

hwinfo_13.0-6.diff.gz
  to pool/main/h/hwinfo/hwinfo_13.0-6.diff.gz
hwinfo_13.0-6.dsc
  to pool/main/h/hwinfo/hwinfo_13.0-6.dsc
hwinfo_13.0-6_i386.deb
  to pool/main/h/hwinfo/hwinfo_13.0-6_i386.deb
libhd13-dev_13.0-6_i386.deb
  to pool/main/h/hwinfo/libhd13-dev_13.0-6_i386.deb
libhd13_13.0-6_i386.deb
  to pool/main/h/hwinfo/libhd13_13.0-6_i386.deb



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.
Morten Werner Olsen <[EMAIL PROTECTED]> (supplier of updated hwinfo 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: Mon,  4 Sep 2006 21:47:48 +0200
Source: hwinfo
Binary: libhd13-dev libhd13 hwinfo
Architecture: source i386
Version: 13.0-6
Distribution: unstable
Urgency: low
Maintainer: Morten Werner Olsen <[EMAIL PROTECTED]>
Changed-By: Morten Werner Olsen <[EMAIL PROTECTED]>
Description: 
 hwinfo     - Hardware identification system
 libhd13    - Hardware identification system library
 libhd13-dev - Hardware identification system library and headers
Closes: 385527
Changes: 
 hwinfo (13.0-6) unstable; urgency=low
 .
   * Added patch from upstream to change dbus connection-close function.
     Thanks to Sebastian Dröge for bugreport and patch. (Closes: #385527)
Files: 
 396078d161240d8bd2bf8ac125c66749 679 admin optional hwinfo_13.0-6.dsc
 e0f068da77ebaafd85b42029706dfd1e 10843 admin optional hwinfo_13.0-6.diff.gz
 1aadcc399a95e1708cfdd8825acc3e70 40218 admin optional hwinfo_13.0-6_i386.deb
 de1a759e5a2d44f6bde904ff4e7d37b2 558010 libs optional libhd13_13.0-6_i386.deb
 1e3cbc7482eb50354317a931805e95d3 643198 libdevel optional 
libhd13-dev_13.0-6_i386.deb

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

iD8DBQFE/IkWw951rgNrq40RAq/kAJ4w/X+I9xOQC7UM7ctyHRzYfGhVYgCgk1J+
PAGBOM1VPFc8ydwJcFiSvHw=
=izg5
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to