Mir

Merge lp:~mir-team/mir/bump-deb-changelog15-mirserver7 into lp:mir

Proposed by kevin gunn
Status: Merged
Approved by: kevin gunn
Approved revision: no longer in the source branch.
Merged at revision: 1133
Proposed branch: lp:~mir-team/mir/bump-deb-changelog15-mirserver7
Merge into: lp:mir
Diff against target: 68 lines (+11/-5)
5 files modified
CMakeLists.txt (+1/-1)
debian/changelog (+6/-0)
debian/control (+2/-2)
debian/libmirserver7.install (+1/-1)
src/server/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~mir-team/mir/bump-deb-changelog15-mirserver7
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Robert Carr (community) Approve
Review via email: mp+191029@code.launchpad.net

Commit message

bump debian version 0.0.15 and libmirserver7

Description of the change

bump debian version 0.0.15 and libmirserver7

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
Robert Carr (robertcarr) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2013-10-11 07:41:45 +0000
3+++ CMakeLists.txt 2013-10-14 19:08:26 +0000
4@@ -28,7 +28,7 @@
5
6 set(MIR_VERSION_MAJOR 0)
7 set(MIR_VERSION_MINOR 0)
8-set(MIR_VERSION_PATCH 14)
9+set(MIR_VERSION_PATCH 15)
10
11 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
12
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2013-10-11 15:55:17 +0000
16+++ debian/changelog 2013-10-14 19:08:26 +0000
17@@ -1,3 +1,9 @@
18+mir (0.0.15+13.10.20131011-0ubuntu1) UNRELEASED; urgency=low
19+
20+ * bump version 0.0.15
21+
22+ -- Kevin Gunn <kevin.gunn@canonical.com> Mon, 14 Oct 2013 13:52:10 -0500
23+
24 mir (0.0.14+13.10.20131011-0ubuntu1) saucy; urgency=low
25
26 [ thomas-voss ]
27
28=== modified file 'debian/control'
29--- debian/control 2013-10-10 22:50:34 +0000
30+++ debian/control 2013-10-14 19:08:26 +0000
31@@ -69,7 +69,7 @@
32 .
33 Contains the protocol's definition files.
34
35-Package: libmirserver6
36+Package: libmirserver7
37 Section: libs
38 Architecture: i386 amd64 armhf arm64
39 Multi-Arch: same
40@@ -115,7 +115,7 @@
41 Architecture: i386 amd64 armhf arm64
42 Multi-Arch: same
43 Pre-Depends: ${misc:Pre-Depends}
44-Depends: libmirserver6 (= ${binary:Version}),
45+Depends: libmirserver7 (= ${binary:Version}),
46 libmirprotobuf-dev (= ${binary:Version}),
47 mircommon-dev (= ${binary:Version}),
48 libglm-dev,
49
50=== renamed file 'debian/libmirserver6.install' => 'debian/libmirserver7.install'
51--- debian/libmirserver6.install 2013-10-09 07:04:15 +0000
52+++ debian/libmirserver7.install 2013-10-14 19:08:26 +0000
53@@ -1,1 +1,1 @@
54-usr/lib/*/libmirserver.so.6
55+usr/lib/*/libmirserver.so.7
56
57=== modified file 'src/server/CMakeLists.txt'
58--- src/server/CMakeLists.txt 2013-10-09 07:04:15 +0000
59+++ src/server/CMakeLists.txt 2013-10-14 19:08:26 +0000
60@@ -88,7 +88,7 @@
61 )
62 endif()
63
64-set(MIRSERVER_ABI 6)
65+set(MIRSERVER_ABI 7)
66
67 set_target_properties(
68 mirserver

Subscribers

People subscribed via source and target branches