Merge lp:~morphis/media-hub/fix-hybris-dep into lp:media-hub

Proposed by Simon Fels
Status: Needs review
Proposed branch: lp:~morphis/media-hub/fix-hybris-dep
Merge into: lp:media-hub
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~morphis/media-hub/fix-hybris-dep
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+282171@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 media-hub 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 media-hub 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: Approve (continuous-integration)

Unmerged revisions

165. 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-12-16 16:55:51 +0000
3+++ debian/control 2016-01-11 14:12:13 +0000
4@@ -22,7 +22,7 @@
5 libdbus-1-dev,
6 libdbus-cpp-dev (>= 5.0.0),
7 libgoogle-glog-dev,
8- libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu30),
9+ libandroid-compat-dev,
10 libprocess-cpp-dev,
11 libproperties-cpp-dev,
12 libgstreamer1.0-dev,

Subscribers

People subscribed via source and target branches