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

Proposed by Saikrishna Arcot
Status: Needs review
Proposed branch: lp:~saiarcot895/ubuntu/utopic/qtconnectivity-opensource-src/enable-bluetooth
Merge into: lp:ubuntu/utopic/qtconnectivity-opensource-src
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+3/-1)
To merge this branch: bzr merge lp:~saiarcot895/ubuntu/utopic/qtconnectivity-opensource-src/enable-bluetooth
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Review via email: mp+247187@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
Dmitry Shachnev (mitya57) wrote :

Thanks, uploaded to utopic-proposed queue for SRU team review.

review: Approve

Unmerged revisions

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

Subscribers

People subscribed via source and target branches