[Pkg-bluetooth-commits] r1234 - in /packages/bluez/trunk/debian/patches: 01_lower_sink_ranking.patch 03-Fix-return-code-of-hid2hci.patch series

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Mon Jul 23 03:47:08 UTC 2012


Author: iwamatsu
Date: Mon Jul 23 03:47:07 2012
New Revision: 1234

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1234
Log:
Update patches/01_lower_sink_ranking.patch

Modified:
    packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch
    packages/bluez/trunk/debian/patches/03-Fix-return-code-of-hid2hci.patch
    packages/bluez/trunk/debian/patches/series

Modified: packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch?rev=1234&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch (original)
+++ packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch Mon Jul 23 03:47:07 2012
@@ -4,18 +4,12 @@
 Updated by Nobuhiro Iwamatsu <iwamatsu at debian.org>
 Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571595
 
-diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c
-index 930d14e..b7ec67c 100644
---- a/audio/gsta2dpsink.c
-+++ b/audio/gsta2dpsink.c
-@@ -725,6 +725,6 @@ static void gst_a2dp_sink_init(GstA2dpSink *self,
+--- a/audio/gsta2dpsink.c	2012-07-23 12:29:47.123699512 +0900
++++ b/audio/gsta2dpsink.c	2012-07-23 12:29:58.019700338 +0900
+@@ -725,5 +725,5 @@
  gboolean gst_a2dp_sink_plugin_init(GstPlugin *plugin)
  {
  	return gst_element_register(plugin, "a2dpsink",
 -			GST_RANK_MARGINAL, GST_TYPE_A2DP_SINK);
-+			GST_RANK_MARGINAL-1, GST_TYPE_A2DP_SINK);
++			GST_RANK_MARGINAL -1, GST_TYPE_A2DP_SINK);
  }
- 
--- 
-1.7.5.4
-

Modified: packages/bluez/trunk/debian/patches/03-Fix-return-code-of-hid2hci.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/03-Fix-return-code-of-hid2hci.patch?rev=1234&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/03-Fix-return-code-of-hid2hci.patch (original)
+++ packages/bluez/trunk/debian/patches/03-Fix-return-code-of-hid2hci.patch Mon Jul 23 03:47:07 2012
@@ -4,7 +4,7 @@
 Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626975
 
 diff --git a/tools/hid2hci.c b/tools/hid2hci.c
-index 45a3a3d..da278cb 100644
+index e3a5b2e..f73f035 100644
 --- a/tools/hid2hci.c
 +++ b/tools/hid2hci.c
 @@ -240,7 +240,7 @@ int main(int argc, char *argv[])
@@ -26,7 +26,7 @@
  		goto exit;
 +	}
  
- 	snprintf(syspath, sizeof(syspath), "%s/%s", udev_get_sys_path(udev), devpath);
+ 	snprintf(syspath, sizeof(syspath), "/sys/%s", devpath);
  	udev_dev = udev_device_new_from_syspath(udev, syspath);
  	if (udev_dev == NULL) {
  		fprintf(stderr, "error: could not find '%s'\n", devpath);
@@ -58,6 +58,3 @@
  			goto exit;
  		}
  		err = hid_switch_logitech(device);
--- 
-1.7.5.4
-

Modified: packages/bluez/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/series?rev=1234&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/series (original)
+++ packages/bluez/trunk/debian/patches/series Mon Jul 23 03:47:07 2012
@@ -2,6 +2,6 @@
 02_disable_hal.patch
 03-Fix-return-code-of-hid2hci.patch
 06-alsalib.patch
-07-fix-639356.patch
+# 07-fix-639356.patch
 # 08-0001-systemd-install-systemd-unit-files.patch
 09_fix_ftbfs_with_c99.patch




More information about the Pkg-bluetooth-commits mailing list