Mir

Merge lp:~mapreri/mir/1675138-boost-dep into lp:mir

Proposed by Mattia Rizzolo
Status: Merged
Approved by: Chris Halse Rogers
Approved revision: no longer in the source branch.
Merged at revision: 4105
Proposed branch: lp:~mapreri/mir/1675138-boost-dep
Merge into: lp:mir
Diff against target: 15 lines (+2/-2)
1 file modified
debian/control (+2/-2)
To merge this branch: bzr merge lp:~mapreri/mir/1675138-boost-dep
Reviewer Review Type Date Requested Status
Mir CI Bot continuous-integration Approve
Chris Halse Rogers Approve
Review via email: mp+320740@code.launchpad.net

Commit message

mirtest-dev: Depend on unversioned -dev packages, instead of versioned library-only packages

-dev packages should depend on -dev package, when building something the library only (so without the .so file present in the -dev package) is pretty useless.

Also don't use a fixed version, there is no need for that and it only hinders transitions.

To post a comment you must log in.
Revision history for this message
Chris Halse Rogers (raof) wrote :

Yup, sensible.

review: Approve
Revision history for this message
Mir CI Bot (mir-ci-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~mapreri/mir/1675138-boost-dep/+merge/320740/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Mir CI Bot (mir-ci-bot) :
review: Approve (continuous-integration)

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 2017-03-20 07:20:07 +0000
3+++ debian/control 2017-03-22 23:43:21 +0000
4@@ -170,9 +170,9 @@
5 libmirplatform-dev (= ${binary:Version}),
6 libmirserver-dev (= ${binary:Version}),
7 mir-renderer-gl-dev (= ${binary:Version}),
8+ libboost-filesystem-dev,
9+ libboost-system-dev,
10 ${misc:Depends},
11- libboost-filesystem1.61.0 | libboost-filesystem1.58.0 | libboost-filesystem1.55.0,
12- libboost-system1.61.0 | libboost-system1.58.0 | libboost-system1.55.0,
13 Description: Display server for Ubuntu - test development headers and library
14 Mir is a display server running on linux systems, with a focus on efficiency,
15 robust operation and a well-defined driver model.

Subscribers

People subscribed via source and target branches