Merge lp:~morphis/qtvideo-node/fix-hybris-dev into lp:qtvideo-node

Proposed by Simon Fels
Status: Needs review
Proposed branch: lp:~morphis/qtvideo-node/fix-hybris-dev
Merge into: lp:qtvideo-node
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~morphis/qtvideo-node/fix-hybris-dev
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+282172@code.launchpad.net

Commit message

We're moving the Android compat layer from libhybris into platform-api and exposing a new package called libandroid-compat[-dev] there which everyone should use now. This changes the build-dep for qtvideo-node to depend on libandroid-compat-dev rather than on libhybris-dev

Description of the change

We're moving the Android compat layer from libhybris into platform-api and exposing a new package called libandroid-compat[-dev] there which everyone should use now. This changes the build-dep for qtvideo-node to depend on libandroid-compat-dev rather than on libhybris-dev

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

68. By Simon Fels

Switch from libhybris-dev to libandroid-compat-dev

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2015-06-18 20:32:21 +0000
3+++ debian/control 2016-01-11 14:18:37 +0000
4@@ -5,7 +5,7 @@
5 Build-Depends: debhelper (>= 9),
6 libgl1-mesa-dev[!armhf],
7 libgles2-mesa-dev[armhf],
8- libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu3),
9+ libandroid-compat-dev,
10 libmedia-hub-dev(>=3.0.0),
11 libplatform-api-headers | ubuntu-platform-api-headers,
12 libpulse-dev,

Subscribers

People subscribed via source and target branches