Mir

Merge lp:~vanvugt/mir/server-abi-16 into lp:mir

Proposed by Daniel van Vugt
Status: Merged
Approved by: Daniel van Vugt
Approved revision: no longer in the source branch.
Merged at revision: 1415
Proposed branch: lp:~vanvugt/mir/server-abi-16
Merge into: lp:mir
Diff against target: 41 lines (+4/-4)
3 files modified
debian/control (+2/-2)
debian/libmirserver16.install (+1/-1)
src/server/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/mir/server-abi-16
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Alan Griffiths Approve
Review via email: mp+206842@code.launchpad.net

Commit message

Bump libmirserver ABI to 16

Description of the change

We have proposals in progress that will necessitate a server ABI bump, but don't do it themselves. So do it separately.

P.S. Please defer top approval of this one until an MP actually requiring it has landed. There's a small chance Mir 0.1.6 will got out without any of them, and so this change wouldn't be needed either.

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

Failing on bug 1281145, not related to this proposal.

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

OK

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> OK

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
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 2014-02-14 09:27:02 +0000
3+++ debian/control 2014-02-18 03:42:51 +0000
4@@ -70,7 +70,7 @@
5 .
6 Contains the protocol's definition files.
7
8-Package: libmirserver15
9+Package: libmirserver16
10 Section: libs
11 Architecture: i386 amd64 armhf arm64
12 Multi-Arch: same
13@@ -116,7 +116,7 @@
14 Architecture: i386 amd64 armhf arm64
15 Multi-Arch: same
16 Pre-Depends: ${misc:Pre-Depends}
17-Depends: libmirserver15 (= ${binary:Version}),
18+Depends: libmirserver16 (= ${binary:Version}),
19 libmirprotobuf-dev (= ${binary:Version}),
20 mircommon-dev (= ${binary:Version}),
21 libglm-dev,
22
23=== renamed file 'debian/libmirserver15.install' => 'debian/libmirserver16.install'
24--- debian/libmirserver15.install 2014-02-06 17:55:08 +0000
25+++ debian/libmirserver16.install 2014-02-18 03:42:51 +0000
26@@ -1,1 +1,1 @@
27-usr/lib/*/libmirserver.so.15
28+usr/lib/*/libmirserver.so.16
29
30=== modified file 'src/server/CMakeLists.txt'
31--- src/server/CMakeLists.txt 2014-02-07 15:38:52 +0000
32+++ src/server/CMakeLists.txt 2014-02-18 03:42:51 +0000
33@@ -94,7 +94,7 @@
34 )
35 endif()
36
37-set(MIRSERVER_ABI 15)
38+set(MIRSERVER_ABI 16)
39
40 set_target_properties(
41 mirserver

Subscribers

People subscribed via source and target branches