[Pkg-bluetooth-commits] r1458 - in /packages/bluez/trunk/debian/patches: change_path_of_hogsuspend.patch series
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Tue Aug 26 03:04:47 UTC 2014
Author: iwamatsu
Date: Tue Aug 26 03:04:47 2014
New Revision: 1458
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1458
Log:
Add patches/change_path_of_hogsuspend.patch.
Close 759188 and 758979.
Added:
packages/bluez/trunk/debian/patches/change_path_of_hogsuspend.patch
Modified:
packages/bluez/trunk/debian/patches/series
Added: packages/bluez/trunk/debian/patches/change_path_of_hogsuspend.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/change_path_of_hogsuspend.patch?rev=1458&op=file
==============================================================================
--- packages/bluez/trunk/debian/patches/change_path_of_hogsuspend.patch (added)
+++ packages/bluez/trunk/debian/patches/change_path_of_hogsuspend.patch Tue Aug 26 03:04:47 2014
@@ -0,0 +1,17 @@
+Description: Move path of hogsuspend to /run.
+Forwarded: not-needed
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/759188
+Author: Nobuhiro Iwamatsu <iwamatsu at debian.org>
+
+--- a/profiles/input/suspend-dummy.c 2014-08-26 12:00:40.006495551 +0900
++++ b/profiles/input/suspend-dummy.c 2014-08-26 12:01:37.658496141 +0900
+@@ -40,7 +40,7 @@
+ #include "src/log.h"
+ #include "suspend.h"
+
+-#define HOG_SUSPEND_FIFO "/tmp/hogsuspend"
++#define HOG_SUSPEND_FIFO "/run/hogsuspend"
+
+ static suspend_event suspend_cb = NULL;
+ static resume_event resume_cb = NULL;
Modified: packages/bluez/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/series?rev=1458&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/series (original)
+++ packages/bluez/trunk/debian/patches/series Tue Aug 26 03:04:47 2014
@@ -3,3 +3,4 @@
fix_ftbfs_with_c99.patch
0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
+change_path_of_hogsuspend.patch
More information about the Pkg-bluetooth-commits
mailing list