[Pkg-utopia-commits] r2174 - in /packages/unstable/network-manager-applet/debian: changelog patches/02-hal_deprecated_keys.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 3 19:40:46 UTC 2008


Author: biebl
Date: Thu Apr  3 19:40:46 2008
New Revision: 2174

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2174
Log:
debian/patches/02-hal_deprecated_keys.patch
- Add support for newer HAL versions where the "net.physical_device" key
has been deprecated and replaced by "net.originating_device".

Added:
    packages/unstable/network-manager-applet/debian/patches/02-hal_deprecated_keys.patch
Modified:
    packages/unstable/network-manager-applet/debian/changelog

Modified: packages/unstable/network-manager-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/changelog?rev=2174&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/changelog (original)
+++ packages/unstable/network-manager-applet/debian/changelog Thu Apr  3 19:40:46 2008
@@ -13,6 +13,9 @@
     - debian/patches/20-stable_branch_updates_r98.patch (applied upstream)
     - debian/patches/30-connection_info_hide_on_delete_event.patch (merged
       upstream)
+  * debian/patches/02-hal_deprecated_keys.patch
+    - Add support for newer HAL versions where the "net.physical_device" key
+      has been deprecated and replaced by "net.originating_device".
   * debian/rules
     - The nm-applet autostart file is now installed into /etc/xdg/autostart by
       default, so we no longer have to move it around manually.

Added: packages/unstable/network-manager-applet/debian/patches/02-hal_deprecated_keys.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/patches/02-hal_deprecated_keys.patch?rev=2174&op=file
==============================================================================
--- packages/unstable/network-manager-applet/debian/patches/02-hal_deprecated_keys.patch (added)
+++ packages/unstable/network-manager-applet/debian/patches/02-hal_deprecated_keys.patch Thu Apr  3 19:40:46 2008
@@ -1,0 +1,13 @@
+Index: src/applet-dbus-devices.c
+===================================================================
+--- src/applet-dbus-devices.c	(Revision 647)
++++ src/applet-dbus-devices.c	(Arbeitskopie)
+@@ -472,7 +472,7 @@
+ 	if ((message = dbus_message_new_method_call ("org.freedesktop.Hal", network_device_get_hal_udi (dev),
+ 										"org.freedesktop.Hal.Device", "GetPropertyString")))
+ 	{
+-		const char *	prop = "net.physical_device";
++		const char *	prop = "net.originating_device";
+ 
+ 		dbus_message_append_args (message, DBUS_TYPE_STRING, &prop, DBUS_TYPE_INVALID);
+ 		dbus_connection_send_with_reply (applet->connection, message, &pcall, -1);




More information about the Pkg-utopia-commits mailing list