[Pkg-bluetooth-commits] r1439 - in /packages/bluez/trunk/debian/patches: bluetooth.service.in.patch series

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Fri Jul 25 19:22:01 UTC 2014


Author: iwamatsu
Date: Fri Jul 25 19:22:01 2014
New Revision: 1439

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1439
Log:
Add debian/patches/bluetooth.service.in.patch

This enables hci0 device before starting bluetoothd by systemd.


Added:
    packages/bluez/trunk/debian/patches/bluetooth.service.in.patch
Modified:
    packages/bluez/trunk/debian/patches/series

Added: packages/bluez/trunk/debian/patches/bluetooth.service.in.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/bluetooth.service.in.patch?rev=1439&op=file
==============================================================================
--- packages/bluez/trunk/debian/patches/bluetooth.service.in.patch	(added)
+++ packages/bluez/trunk/debian/patches/bluetooth.service.in.patch	Fri Jul 25 19:22:01 2014
@@ -0,0 +1,15 @@
+Description: Add ExecStartPre for enable hci0
+Forwarded: not-needed
+Origin: vendor
+Author: Nobuhiro Iwamatsu <iwamatsu at debian.org>
+
+--- src/bluetooth.service.in	2013-11-16 06:37:30.000000000 +0900
++++ src/bluetooth.service.in.x	2014-07-26 04:16:41.452571328 +0900
+@@ -5,6 +5,7 @@
+ [Service]
+ Type=dbus
+ BusName=org.bluez
++ExecStartPre=/usr/bin/hciconfig hci0 up
+ ExecStart=@libexecdir@/bluetoothd
+ NotifyAccess=main
+ #WatchdogSec=10

Modified: packages/bluez/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/series?rev=1439&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/series	(original)
+++ packages/bluez/trunk/debian/patches/series	Fri Jul 25 19:22:01 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
+bluetooth.service.in.patch




More information about the Pkg-bluetooth-commits mailing list