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
=== modified file 'debian/control'
--- debian/control 2014-02-14 09:27:02 +0000
+++ debian/control 2014-02-18 03:42:51 +0000
@@ -70,7 +70,7 @@
70 .70 .
71 Contains the protocol's definition files.71 Contains the protocol's definition files.
7272
73Package: libmirserver1573Package: libmirserver16
74Section: libs74Section: libs
75Architecture: i386 amd64 armhf arm6475Architecture: i386 amd64 armhf arm64
76Multi-Arch: same76Multi-Arch: same
@@ -116,7 +116,7 @@
116Architecture: i386 amd64 armhf arm64116Architecture: i386 amd64 armhf arm64
117Multi-Arch: same117Multi-Arch: same
118Pre-Depends: ${misc:Pre-Depends}118Pre-Depends: ${misc:Pre-Depends}
119Depends: libmirserver15 (= ${binary:Version}),119Depends: libmirserver16 (= ${binary:Version}),
120 libmirprotobuf-dev (= ${binary:Version}),120 libmirprotobuf-dev (= ${binary:Version}),
121 mircommon-dev (= ${binary:Version}),121 mircommon-dev (= ${binary:Version}),
122 libglm-dev,122 libglm-dev,
123123
=== renamed file 'debian/libmirserver15.install' => 'debian/libmirserver16.install'
--- debian/libmirserver15.install 2014-02-06 17:55:08 +0000
+++ debian/libmirserver16.install 2014-02-18 03:42:51 +0000
@@ -1,1 +1,1 @@
1usr/lib/*/libmirserver.so.151usr/lib/*/libmirserver.so.16
22
=== modified file 'src/server/CMakeLists.txt'
--- src/server/CMakeLists.txt 2014-02-07 15:38:52 +0000
+++ src/server/CMakeLists.txt 2014-02-18 03:42:51 +0000
@@ -94,7 +94,7 @@
94 )94 )
95endif()95endif()
9696
97set(MIRSERVER_ABI 15)97set(MIRSERVER_ABI 16)
9898
99set_target_properties(99set_target_properties(
100 mirserver100 mirserver

Subscribers

People subscribed via source and target branches