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

Subscribers

People subscribed via source and target branches