Mir

Merge lp:~alan-griffiths/mir/experimenting-with-ci2 into lp:mir

Proposed by Alan Griffiths
Status: Work in progress
Proposed branch: lp:~alan-griffiths/mir/experimenting-with-ci2
Merge into: lp:mir
Diff against target: 41 lines (+4/-4)
3 files modified
debian/control (+2/-2)
debian/libmirclient9.install (+1/-1)
src/client/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~alan-griffiths/mir/experimenting-with-ci2
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Mir development team Pending
Review via email: mp+226590@code.launchpad.net

Commit message

*EXPERIMENT WITH CI* - don't bother reviewing

Description of the change

*EXPERIMENT WITH CI* - don't bother reviewing

In https://code.launchpad.net/~alan-griffiths/mir/rm-rf-mir_prompt_session_add_prompt_provider_sync/+merge/226177 things started failing on mako when I bumped the client ABI/so number.

So testing whether that is the problem being seen on that branch.

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

1769. By Alan Griffiths

Bump client ABI

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-07-11 03:33:03 +0000
3+++ debian/control 2014-07-12 19:58:36 +0000
4@@ -166,7 +166,7 @@
5 .
6 Contains header files required to build Mir servers.
7
8-Package: libmirclient8
9+Package: libmirclient9
10 Section: libs
11 Architecture: i386 amd64 armhf arm64
12 Multi-Arch: same
13@@ -186,7 +186,7 @@
14 Architecture: i386 amd64 armhf arm64
15 Multi-Arch: same
16 Pre-Depends: ${misc:Pre-Depends}
17-Depends: libmirclient8 (= ${binary:Version}),
18+Depends: libmirclient9 (= ${binary:Version}),
19 libmirprotobuf-dev (= ${binary:Version}),
20 mircommon-dev (= ${binary:Version}),
21 ${misc:Depends},
22
23=== renamed file 'debian/libmirclient8.install' => 'debian/libmirclient9.install'
24--- debian/libmirclient8.install 2014-06-27 06:15:32 +0000
25+++ debian/libmirclient9.install 2014-07-12 19:58:36 +0000
26@@ -1,1 +1,1 @@
27-usr/lib/*/libmirclient.so.8
28+usr/lib/*/libmirclient.so.9
29
30=== modified file 'src/client/CMakeLists.txt'
31--- src/client/CMakeLists.txt 2014-06-25 10:19:36 +0000
32+++ src/client/CMakeLists.txt 2014-07-12 19:58:36 +0000
33@@ -59,7 +59,7 @@
34 ${CLIENT_SOURCES}
35 )
36
37-set(MIRCLIENT_ABI 8)
38+set(MIRCLIENT_ABI 9)
39
40 set_target_properties(
41 mirclient

Subscribers

People subscribed via source and target branches