Your message dated Thu, 15 Mar 2007 16:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#386925: fixed in libnet-dbus-perl 0.33.4-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: libnet-dbus-perl Version: 0.33.3-1 Severity: normal Tags: patch Hi, Attached is the diff for my libnet-dbus-perl 0.33.3-1.1 NMU. bye, - michaeldiff -u libnet-dbus-perl-0.33.3/debian/changelog libnet-dbus-perl-0.33.3/debian/changelog --- libnet-dbus-perl-0.33.3/debian/changelog +++ libnet-dbus-perl-0.33.3/debian/changelog @@ -1,3 +1,11 @@ +libnet-dbus-perl (0.33.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS caused by obsolete dbus functions + (Closes: 385378) + + -- Michael Ablassmeier <[EMAIL PROTECTED]> Mon, 11 Sep 2006 08:02:57 +0200 + libnet-dbus-perl (0.33.3-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- libnet-dbus-perl-0.33.3.orig/DBus.xs +++ libnet-dbus-perl-0.33.3/DBus.xs @@ -477,7 +477,7 @@ dbus_connection_set_data(con, connection_data_slot, owner, _object_release); void -dbus_connection_disconnect(con) +dbus_connection_close(con) DBusConnection *con; int @@ -706,7 +706,7 @@ DBusConnection *con; CODE: PD_DEBUG("Destroying connection %p\n", con); - dbus_connection_disconnect(con); + dbus_connection_close(con); // XXX do we need this or not ? //dbus_connection_unref(con); only in patch2: unchanged: --- libnet-dbus-perl-0.33.3.orig/lib/Net/DBus/Binding/Connection.pm +++ libnet-dbus-perl-0.33.3/lib/Net/DBus/Binding/Connection.pm @@ -144,7 +144,7 @@ sub disconnect { my $self = shift; - $self->{connection}->dbus_connection_disconnect(); + $self->{connection}->dbus_connection_close(); } =item $con->flush()
--- End Message ---
--- Begin Message ---Source: libnet-dbus-perl Source-Version: 0.33.4-1 We believe that the bug you reported is fixed in the latest version of libnet-dbus-perl, which is due to be installed in the Debian FTP archive: libnet-dbus-perl_0.33.4-1.diff.gz to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.4-1.diff.gz libnet-dbus-perl_0.33.4-1.dsc to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.4-1.dsc libnet-dbus-perl_0.33.4-1_i386.deb to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.4-1_i386.deb libnet-dbus-perl_0.33.4.orig.tar.gz to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.4.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. Jack Bates <[EMAIL PROTECTED]> (supplier of updated libnet-dbus-perl 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: Wed, 7 Mar 2007 01:04:06 -0800 Source: libnet-dbus-perl Binary: libnet-dbus-perl Architecture: source i386 Version: 0.33.4-1 Distribution: unstable Urgency: low Maintainer: Jack Bates <[EMAIL PROTECTED]> Changed-By: Jack Bates <[EMAIL PROTECTED]> Description: libnet-dbus-perl - Perl extension for the DBus message system Closes: 386925 395861 408881 Changes: libnet-dbus-perl (0.33.4-1) unstable; urgency=low . * New upstream release - Closes: #408881 * Acknowledge NMU. Thanks Michael Ablassmeier! - Closes: #386925 * Disable tests until next upstream release. CPAN bug #22850 - Closes: #395861 Files: d72e28763d3a79589e103af9d2c300f6 651 perl optional libnet-dbus-perl_0.33.4-1.dsc 7138571b3d8df29faa65d1db509f9d32 94497 perl optional libnet-dbus-perl_0.33.4.orig.tar.gz f289aa62da4fdb091f84a579c7033b2f 2525 perl optional libnet-dbus-perl_0.33.4-1.diff.gz 9a2545b70bafb21eab8a4d787592e4eb 224670 perl optional libnet-dbus-perl_0.33.4-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF+WrfNs+6RHiRa4QRAi22AKDP85ez/n4HbfMVoVIFzWlzeAX6eQCgq11g mg4f/3NKgCFdAc4ELpiZSBU= =Vk2a -----END PGP SIGNATURE-----
--- End Message ---

