Mir

Merge lp:~mir-team/mir/bump-deb-changelog14-mirserver6 into lp:mir

Proposed by kevin gunn
Status: Merged
Approved by: Robert Ancell
Approved revision: no longer in the source branch.
Merged at revision: 1117
Proposed branch: lp:~mir-team/mir/bump-deb-changelog14-mirserver6
Merge into: lp:mir
Diff against target: 76 lines (+10/-7)
5 files modified
CMakeLists.txt (+1/-1)
debian/changelog (+5/-2)
debian/control (+2/-2)
debian/libmirserver6.install (+1/-1)
src/server/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~mir-team/mir/bump-deb-changelog14-mirserver6
Reviewer Review Type Date Requested Status
Robert Ancell Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+189990@code.launchpad.net

Commit message

bump the deb changelog to 0.0.14 and libmirserver6

Description of the change

bump the deb changelog to 0.0.14 and libmirserver6

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-10-03 05:12:59 +0000
+++ CMakeLists.txt 2013-10-08 23:19:38 +0000
@@ -28,7 +28,7 @@
2828
29set(MIR_VERSION_MAJOR 0)29set(MIR_VERSION_MAJOR 0)
30set(MIR_VERSION_MINOR 0)30set(MIR_VERSION_MINOR 0)
31set(MIR_VERSION_PATCH 13)31set(MIR_VERSION_PATCH 14)
3232
33set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)33set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
3434
3535
=== modified file 'debian/changelog'
--- debian/changelog 2013-10-03 05:12:59 +0000
+++ debian/changelog 2013-10-08 23:19:38 +0000
@@ -1,4 +1,4 @@
1mir (0.0.13-0ubuntu1) UNRELEASED; urgency=low1mir (0.0.14-0ubuntu1) UNRELEASED; urgency=low
22
3 [ kg ]3 [ kg ]
4 * bump version for ABI break (LP: #1229212)4 * bump version for ABI break (LP: #1229212)
@@ -9,7 +9,10 @@
9 [ Kevin Gunn ]9 [ Kevin Gunn ]
10 * bump version to 0.0.1310 * bump version to 0.0.13
1111
12 -- Kevin Gunn <kevin.gunn@canonical.com> Wed, 02 Oct 2013 19:57:55 -050012 [Kevin Gunn]
13 * bump version to 0.0.14
14
15 -- Kevin Gunn <kevin.gunn@canonical.com> Tue, 08 Oct 2013 18:13:17 -0500
1316
14mir (0.0.12+13.10.20131001.1-0ubuntu1) saucy; urgency=low17mir (0.0.12+13.10.20131001.1-0ubuntu1) saucy; urgency=low
1518
1619
=== modified file 'debian/control'
--- debian/control 2013-10-03 05:12:59 +0000
+++ debian/control 2013-10-08 23:19:38 +0000
@@ -69,7 +69,7 @@
69 .69 .
70 Contains the protocol's definition files.70 Contains the protocol's definition files.
7171
72Package: libmirserver572Package: libmirserver6
73Section: libs73Section: libs
74Architecture: i386 amd64 armhf arm6474Architecture: i386 amd64 armhf arm64
75Multi-Arch: same75Multi-Arch: same
@@ -115,7 +115,7 @@
115Architecture: i386 amd64 armhf arm64115Architecture: i386 amd64 armhf arm64
116Multi-Arch: same116Multi-Arch: same
117Pre-Depends: ${misc:Pre-Depends}117Pre-Depends: ${misc:Pre-Depends}
118Depends: libmirserver5 (= ${binary:Version}),118Depends: libmirserver6 (= ${binary:Version}),
119 libmirprotobuf-dev (= ${binary:Version}),119 libmirprotobuf-dev (= ${binary:Version}),
120 mircommon-dev (= ${binary:Version}),120 mircommon-dev (= ${binary:Version}),
121 libglm-dev,121 libglm-dev,
122122
=== renamed file 'debian/libmirserver5.install' => 'debian/libmirserver6.install'
--- debian/libmirserver5.install 2013-10-03 05:12:59 +0000
+++ debian/libmirserver6.install 2013-10-08 23:19:38 +0000
@@ -1,1 +1,1 @@
1usr/lib/*/libmirserver.so.51usr/lib/*/libmirserver.so.6
22
=== modified file 'src/server/CMakeLists.txt'
--- src/server/CMakeLists.txt 2013-10-03 05:12:59 +0000
+++ src/server/CMakeLists.txt 2013-10-08 23:19:38 +0000
@@ -88,7 +88,7 @@
88 )88 )
89endif()89endif()
9090
91set(MIRSERVER_ABI 5)91set(MIRSERVER_ABI 6)
9292
93set_target_properties(93set_target_properties(
94 mirserver94 mirserver

Subscribers

People subscribed via source and target branches