[Pkg-bluetooth-commits] r800 - in /packages/bluez-gnome/trunk/debian: changelog control patches/010_use_ods_04_api.patch

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Wed May 13 09:25:06 UTC 2009


Author: filippo
Date: Wed May 13 09:25:06 2009
New Revision: 800

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=800
Log:
debian/patches/010_use_ods_04_api.patch patch from upstream to use
obex-data-server 0.4 API

Added:
    packages/bluez-gnome/trunk/debian/patches/010_use_ods_04_api.patch
Modified:
    packages/bluez-gnome/trunk/debian/changelog
    packages/bluez-gnome/trunk/debian/control

Modified: packages/bluez-gnome/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-gnome/trunk/debian/changelog?rev=800&op=diff
==============================================================================
--- packages/bluez-gnome/trunk/debian/changelog (original)
+++ packages/bluez-gnome/trunk/debian/changelog Wed May 13 09:25:06 2009
@@ -2,9 +2,10 @@
 
   * New upstream release
     - Not compatible with bluez 3.x series, depend on bluez 4.x accordingly
-  * Recommend obexd as this is needed to send files to devices
+  * debian/patches/010_use_ods_04_api.patch patch from upstream to use
+    obex-data-server 0.4 API
 
- -- Filippo Giunchedi <filippo at debian.org>  Sun, 10 May 2009 16:42:01 +0200
+ -- Filippo Giunchedi <filippo at debian.org>  Wed, 13 May 2009 11:24:10 +0200
 
 bluez-gnome (0.27-1) unstable; urgency=low
 

Modified: packages/bluez-gnome/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-gnome/trunk/debian/control?rev=800&op=diff
==============================================================================
--- packages/bluez-gnome/trunk/debian/control (original)
+++ packages/bluez-gnome/trunk/debian/control Wed May 13 09:25:06 2009
@@ -11,8 +11,8 @@
 
 Package: bluez-gnome
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dbus, gnome-icon-theme (>= 2.16), bluez (>= 4)
-Recommends: gnome-vfs-obexftp, obexd
+Depends: ${shlibs:Depends}, ${misc:Depends}, dbus, gnome-icon-theme (>= 2.16), bluez (>= 4), obex-data-server (>= 0.4)
+Recommends: gnome-vfs-obexftp
 Conflicts: bluez-passkey-gnome (<= 0.5-2)
 Replaces: bluez-passkey-gnome
 Description: Bluetooth utilities for GNOME

Added: packages/bluez-gnome/trunk/debian/patches/010_use_ods_04_api.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-gnome/trunk/debian/patches/010_use_ods_04_api.patch?rev=800&op=file
==============================================================================
--- packages/bluez-gnome/trunk/debian/patches/010_use_ods_04_api.patch (added)
+++ packages/bluez-gnome/trunk/debian/patches/010_use_ods_04_api.patch Wed May 13 09:25:06 2009
@@ -1,0 +1,12 @@
+diff --git a/sendto/main.c b/sendto/main.c
+index 0e5a6cf..58ef770 100644
+--- a/sendto/main.c
++++ b/sendto/main.c
+@@ -790,6 +790,7 @@ int main(int argc, char *argv[])
+ 		dbus_g_proxy_begin_call(proxy, "CreateBluetoothSession",
+ 					create_notify, NULL, NULL,
+ 					G_TYPE_STRING, option_device,
++					G_TYPE_STRING, "00:00:00:00:00:00",
+ 					G_TYPE_STRING, "opp", G_TYPE_INVALID);
+ 	} else {
+ 		GHashTable *hash = NULL;




More information about the Pkg-bluetooth-commits mailing list