Merge lp:~saiarcot895/ubuntu/trusty/qtconnectivity-opensource-src/enable-bluetooth into lp:ubuntu/trusty/qtconnectivity-opensource-src

Proposed by Saikrishna Arcot
Status: Needs review
Proposed branch: lp:~saiarcot895/ubuntu/trusty/qtconnectivity-opensource-src/enable-bluetooth
Merge into: lp:ubuntu/trusty/qtconnectivity-opensource-src
Diff against target: 29 lines (+10/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+3/-1)
To merge this branch: bzr merge lp:~saiarcot895/ubuntu/trusty/qtconnectivity-opensource-src/enable-bluetooth
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
Brian Murray Approve
Review via email: mp+247648@code.launchpad.net

Description of the change

Include the BlueZ headers during building, so that bluetooth access is available.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

This was already uploaded to the trusty-proposed queue so presumably its been approved.

review: Approve
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Indeed, this was good.

review: Approve

Unmerged revisions

5. By Saikrishna Arcot

Add BlueZ bluetooth dependency, so that bluetooth works. (LP:
#1412246)

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 2014-02-23 00:01:49 +0000
3+++ debian/changelog 2015-01-26 20:40:32 +0000
4@@ -1,3 +1,10 @@
5+qtconnectivity-opensource-src (5.2.1-1ubuntu0.1) trusty; urgency=low
6+
7+ * Add BlueZ bluetooth dependency, so that bluetooth works. (LP:
8+ #1412246)
9+
10+ -- Saikrishna Arcot <saiarcot895@gmail.com> Mon, 26 Jan 2015 15:37:25 -0500
11+
12 qtconnectivity-opensource-src (5.2.1-1) experimental; urgency=medium
13
14 [ Timo Jyrinki ]
15
16=== modified file 'debian/control'
17--- debian/control 2014-02-23 00:01:49 +0000
18+++ debian/control 2015-01-26 20:40:32 +0000
19@@ -11,7 +11,9 @@
20 Build-Depends: debhelper (>= 9.0.0),
21 pkg-kde-tools,
22 qtbase5-dev (>= 5.2.1+dfsg~),
23- qtdeclarative5-private-dev (>= 5.2.1~)
24+ qtdeclarative5-private-dev (>= 5.2.1~),
25+ pkg-config,
26+ libbluetooth-dev
27 Standards-Version: 3.9.5
28 Homepage: http://qt-project.org/
29 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtconnectivity.git

Subscribers

People subscribed via source and target branches