Merge lp:~seb128/bluez/update-to-5.36 into lp:~bluetooth/bluez/ubuntu

Proposed by Sebastien Bacher
Status: Merged
Approved by: Simon Fels
Approved revision: 9
Merged at revision: 9
Proposed branch: lp:~seb128/bluez/update-to-5.36
Merge into: lp:~bluetooth/bluez/ubuntu
Diff against target: 69 lines (+8/-39)
3 files modified
debian/changelog (+8/-0)
debian/patches/0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch (+0/-38)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~seb128/bluez/update-to-5.36
Reviewer Review Type Date Requested Status
Bluetooth Pending
Review via email: mp+277018@code.launchpad.net

Description of the change

Update to 5.36

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-11-09 12:56:55 +0000
3+++ debian/changelog 2015-11-09 15:04:02 +0000
4@@ -1,3 +1,11 @@
5+bluez (5.36-0ubuntu1) xenial; urgency=medium
6+
7+ * New upstream version
8+ * 0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch:
9+ - the change is in the new version
10+
11+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 09 Nov 2015 13:57:48 +0100
12+
13 bluez (5.35-0ubuntu2) wily; urgency=medium
14
15 * Add 0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch:
16
17=== removed file 'debian/patches/0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch'
18--- debian/patches/0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch 2015-11-09 12:56:55 +0000
19+++ debian/patches/0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch 1970-01-01 00:00:00 +0000
20@@ -1,38 +0,0 @@
21-From 0a26dbbeda85ac93d9e0d44ca647054d5b86c29f Mon Sep 17 00:00:00 2001
22-From: Martin Pitt <martin.pitt@ubuntu.com>
23-Date: Tue, 20 Oct 2015 12:12:25 +0200
24-Subject: [PATCH] systemd: Check if bluetooth is supported in the kernel
25-
26-When running a kernel without bluetooth support, bluetooth.service fails to
27-start with
28-
29- bluetoothd[1640]: Failed to access management interface
30- bluetoothd[1640]: Adapter handling initialization failed
31- systemd[1]: bluetooth.service: Main process exited, code=exited, status=1/FAILURE
32- systemd[1]: Failed to start Bluetooth service.
33-
34-This causes an unnecessary "degraded" state and more importantly breaks package
35-installation when the bluez package auto-starts the daemon.
36-
37-Add a condition to only start the service if /sys/class/bluetooth exists.
38-
39-https://launchpad.net/bugs/1506774
40----
41- src/bluetooth.service.in | 1 +
42- 1 file changed, 1 insertion(+)
43-
44-diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
45-index 35e9457..83e4732 100644
46---- a/src/bluetooth.service.in
47-+++ b/src/bluetooth.service.in
48-@@ -1,6 +1,7 @@
49- [Unit]
50- Description=Bluetooth service
51- Documentation=man:bluetoothd(8)
52-+ConditionPathIsDirectory=/sys/class/bluetooth
53-
54- [Service]
55- Type=dbus
56---
57-2.5.0
58-
59
60=== modified file 'debian/patches/series'
61--- debian/patches/series 2015-11-09 12:56:55 +0000
62+++ debian/patches/series 2015-11-09 15:04:02 +0000
63@@ -2,6 +2,5 @@
64 bluetooth.conf.patch
65 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
66 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
67-0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch
68 change_path_of_hogsuspend.patch
69 migrate_scripts_python3.patch

Subscribers

People subscribed via source and target branches

to all changes: