[Pkg-utopia-commits] r994 - in packages/unstable/networkmanager/debian: . patches

Riccardo Setti giskard-guest at costa.debian.org
Tue Sep 5 17:50:22 UTC 2006


Author: giskard-guest
Date: 2006-09-05 17:50:22 +0000 (Tue, 05 Sep 2006)
New Revision: 994

Added:
   packages/unstable/networkmanager/debian/patches/12_dbus0.9.patch
Modified:
   packages/unstable/networkmanager/debian/changelog
Log:
* Changed adeprecated dbus function (closes: 385380)
 - added 12_dbus0.9.patch.

Modified: packages/unstable/networkmanager/debian/changelog
===================================================================
--- packages/unstable/networkmanager/debian/changelog	2006-09-05 17:43:38 UTC (rev 993)
+++ packages/unstable/networkmanager/debian/changelog	2006-09-05 17:50:22 UTC (rev 994)
@@ -1,3 +1,10 @@
+network-manager (0.6.4-3) unstable; urgency=low
+
+  * Changed adeprecated dbus function (closes: 385380)
+   - added 12_dbus0.9.patch.
+
+ -- Riccardo Setti <giskard at debian.org>  Tue,  5 Sep 2006 19:48:00 +0200
+
 network-manager (0.6.4-2) unstable; urgency=low
 
   * Ship the nm-tool binary. (closes: #384891)

Added: packages/unstable/networkmanager/debian/patches/12_dbus0.9.patch
===================================================================
--- packages/unstable/networkmanager/debian/patches/12_dbus0.9.patch	                        (rev 0)
+++ packages/unstable/networkmanager/debian/patches/12_dbus0.9.patch	2006-09-05 17:50:22 UTC (rev 994)
@@ -0,0 +1,20 @@
+--- ./gnome/libnm_glib/libnm_glib.c.old	2006-08-24 18:08:22.200388750 +0200
++++ ./gnome/libnm_glib/libnm_glib.c	2006-08-24 18:08:33.353085750 +0200
+@@ -230,7 +230,7 @@
+ 	{
+ 		/* Try to reactivate our connection to dbus on the next pass through the event loop */
+ 		ctx->nm_state = LIBNM_NO_DBUS;
+-		dbus_connection_disconnect (ctx->dbus_con);
++		dbus_connection_close (ctx->dbus_con);
+ 		libnm_glib_schedule_dbus_watcher (ctx);
+ 	}
+ 	else if (dbus_message_is_signal (message, DBUS_INTERFACE_DBUS, "NameOwnerChanged"))
+@@ -444,7 +444,7 @@
+ 		g_main_loop_unref (ctx->g_main_loop);
+ 
+ 	if (ctx->dbus_con)
+-		dbus_connection_disconnect (ctx->dbus_con);
++		dbus_connection_close (ctx->dbus_con);
+ 
+ 	if (ctx->callbacks_lock)
+ 		g_mutex_free (ctx->callbacks_lock);




More information about the Pkg-utopia-commits mailing list