[Pkg-bluetooth-commits] r1211 - in /packages/gnome-phone-manager/trunk/debian/patches: 0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch series

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu May 10 03:19:30 UTC 2012


Author: iwamatsu
Date: Thu May 10 03:19:29 2012
New Revision: 1211

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1211
Log:
Fix FTBFS with gnome-bluetooth 3.4 (Closes: #667089).

Add 0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch.
Cherry pick from upstream.


Added:
    packages/gnome-phone-manager/trunk/debian/patches/0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch
Modified:
    packages/gnome-phone-manager/trunk/debian/patches/series

Added: packages/gnome-phone-manager/trunk/debian/patches/0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk/debian/patches/0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch?rev=1211&op=file
==============================================================================
--- packages/gnome-phone-manager/trunk/debian/patches/0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch (added)
+++ packages/gnome-phone-manager/trunk/debian/patches/0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch Thu May 10 03:19:29 2012
@@ -1,0 +1,39 @@
+From 2877c3a41b7e8feeb6eb6d6f718f4556ffb0161c Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Mon, 5 Dec 2011 09:10:59 +0100
+Subject: [PATCH] Bug 665309: Adapt to gnome-bluetooth 3.3 API
+
+---
+ configure.in               |    2 +-
+ gnome-bluetooth/phonemgr.c |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.in b/configure.in
+index 101a77f..d0a7651 100644
+--- a/configure.in
++++ b/configure.in
+@@ -13,7 +13,7 @@ dnl Initialize libtool
+ AM_PROG_LIBTOOL
+ 
+ GNOKII_REQS="gnokii >= 0.6.28"
+-GNOME_BLUETOOTH_REQS="gnome-bluetooth-1.0 >= 3.0"
++GNOME_BLUETOOTH_REQS="gnome-bluetooth-1.0 >= 3.3"
+ 
+ AC_PROG_CC
+ AC_PROG_INSTALL
+diff --git a/gnome-bluetooth/phonemgr.c b/gnome-bluetooth/phonemgr.c
+index 9ebac12..fecc367 100644
+--- a/gnome-bluetooth/phonemgr.c
++++ b/gnome-bluetooth/phonemgr.c
+@@ -44,7 +44,7 @@ get_type (const char *address)
+ 	gboolean cont;
+ 
+ 	client = bluetooth_client_new (); 
+-	model = bluetooth_client_get_device_model (client, NULL);
++	model = bluetooth_client_get_device_model (client);
+ 	if (model == NULL) {
+ 		g_object_unref (client);
+ 		return type;
+-- 
+1.7.10
+

Modified: packages/gnome-phone-manager/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk/debian/patches/series?rev=1211&op=diff
==============================================================================
--- packages/gnome-phone-manager/trunk/debian/patches/series (original)
+++ packages/gnome-phone-manager/trunk/debian/patches/series Thu May 10 03:19:29 2012
@@ -1,1 +1,2 @@
 fix_554658.patch
+0001-Bug-665309-Adapt-to-gnome-bluetooth-3.3-API.patch




More information about the Pkg-bluetooth-commits mailing list