Merge lp:~thomas-voss/media-hub/fix-1452331 into lp:media-hub

Proposed by Thomas Voß
Status: Needs review
Proposed branch: lp:~thomas-voss/media-hub/fix-1452331
Merge into: lp:media-hub
Diff against target: 109 lines (+13/-21)
5 files modified
CMakeLists.txt (+2/-2)
debian/changelog (+6/-0)
debian/control (+5/-9)
debian/libmedia-hub-common3.symbols (+0/-2)
debian/rules (+0/-8)
To merge this branch: bzr merge lp:~thomas-voss/media-hub/fix-1452331
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Jim Hodapp Pending
Review via email: mp+265630@code.launchpad.net

Commit message

Bump major revision to account for toolchain update. Fixes LP:#1452331

Description of the change

Bump major revision to account for toolchain update. Fixes LP:#1452331

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
Jim Hodapp (jhodapp) wrote :

Looks good, thanks. I've gone ahead and merged this into my branch at lp:~jhodapp/media-hub/bg-playlists and will land this in that branch.

Unmerged revisions

150. By Thomas Voß

Rename *.install files to account for major version bump.

149. By Thomas Voß

Bump major revision to account for toolchain update. Fixes LP:#1452331

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2015-04-10 16:21:16 +0000
+++ CMakeLists.txt 2015-07-23 08:08:22 +0000
@@ -2,8 +2,8 @@
22
3project(ubuntu-media-hub)3project(ubuntu-media-hub)
44
5set(UBUNTU_MEDIA_HUB_VERSION_MAJOR 3)5set(UBUNTU_MEDIA_HUB_VERSION_MAJOR 4)
6set(UBUNTU_MEDIA_HUB_VERSION_MINOR 1)6set(UBUNTU_MEDIA_HUB_VERSION_MINOR 0)
7set(UBUNTU_MEDIA_HUB_VERSION_PATCH 0)7set(UBUNTU_MEDIA_HUB_VERSION_PATCH 0)
88
9set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fPIC -pthread")9set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fPIC -pthread")
1010
=== modified file 'debian/changelog'
--- debian/changelog 2015-07-10 18:12:22 +0000
+++ debian/changelog 2015-07-23 08:08:22 +0000
@@ -1,3 +1,9 @@
1media-hub (4.0.0) wily; urgency=medium
2
3 * Bump major revision to account for toolchain update. Fixes LP:#1452331
4
5 -- Thomas Voß <thomas.voss@canonical.com> Thu, 23 Jul 2015 08:47:21 +0200
6
1media-hub (3.1.0+15.10.20150710-0ubuntu1) wily; urgency=medium7media-hub (3.1.0+15.10.20150710-0ubuntu1) wily; urgency=medium
28
3 [ CI Train Bot ]9 [ CI Train Bot ]
410
=== modified file 'debian/control'
--- debian/control 2015-03-12 11:38:32 +0000
+++ debian/control 2015-07-23 08:08:22 +0000
@@ -10,16 +10,12 @@
10 google-mock,10 google-mock,
11 graphviz,11 graphviz,
12 gstreamer1.0-plugins-good,12 gstreamer1.0-plugins-good,
13# We rely on C++11 features, and to prevent from ABI breaks
14# in libstdc++ causing us issues, we explicitly select a G++
15# version.
16 g++-4.9,
17 libboost-dev (>=1.53),13 libboost-dev (>=1.53),
18 libboost-filesystem-dev (>=1.53),14 libboost-filesystem-dev (>=1.53),
19 libboost-program-options-dev (>=1.53),15 libboost-program-options-dev (>=1.53),
20 libboost-system-dev (>=1.53),16 libboost-system-dev (>=1.53),
21 libdbus-1-dev,17 libdbus-1-dev,
22 libdbus-cpp-dev (>= 4.3.0),18 libdbus-cpp-dev (>= 5.0.0),
23 libgoogle-glog-dev,19 libgoogle-glog-dev,
24 libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu30),20 libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu30),
25 libprocess-cpp-dev,21 libprocess-cpp-dev,
@@ -39,8 +35,8 @@
39Section: libdevel35Section: libdevel
40Architecture: any36Architecture: any
41Multi-Arch: same37Multi-Arch: same
42Depends: libmedia-hub-common3 (= ${binary:Version}),38Depends: libmedia-hub-common4 (= ${binary:Version}),
43 libmedia-hub-client3 (= ${binary:Version}),39 libmedia-hub-client4 (= ${binary:Version}),
44 ${misc:Depends},40 ${misc:Depends},
45 libproperties-cpp-dev,41 libproperties-cpp-dev,
46Suggests: libmedia-hub-doc42Suggests: libmedia-hub-doc
@@ -61,7 +57,7 @@
61 .57 .
62 This package contains the runtime.58 This package contains the runtime.
6359
64Package: libmedia-hub-common360Package: libmedia-hub-common4
65Architecture: any61Architecture: any
66Multi-Arch: same62Multi-Arch: same
67Depends: ${misc:Depends},63Depends: ${misc:Depends},
@@ -72,7 +68,7 @@
72 .68 .
73 This package contains the common libraries.69 This package contains the common libraries.
7470
75Package: libmedia-hub-client371Package: libmedia-hub-client4
76Architecture: any72Architecture: any
77Multi-Arch: same73Multi-Arch: same
78Depends: ${misc:Depends},74Depends: ${misc:Depends},
7975
=== renamed file 'debian/libmedia-hub-client3.install' => 'debian/libmedia-hub-client4.install'
=== removed file 'debian/libmedia-hub-common3.symbols'
--- debian/libmedia-hub-common3.symbols 2014-11-26 12:45:39 +0000
+++ debian/libmedia-hub-common3.symbols 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1libmedia-hub-common.so.3 libmedia-hub-common3 #MINVER#
2 (c++)"core::ubuntu::media::the_session_bus()@Base" 2.0.0+14.10.20140910.2
30
=== renamed file 'debian/libmedia-hub-common3.install' => 'debian/libmedia-hub-common4.install'
=== modified file 'debian/rules'
--- debian/rules 2015-01-09 17:17:57 +0000
+++ debian/rules 2015-07-23 08:08:22 +0000
@@ -8,17 +8,9 @@
88
9include /usr/share/dpkg/default.mk9include /usr/share/dpkg/default.mk
1010
11# Explicitly selecting a G{CC,++}-version here to avoid accidental
12# ABI breaks introduced by toolchain updates.
13export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
14export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
15
16%:11%:
17 dh $@ --fail-missing --parallel -- -B build 12 dh $@ --fail-missing --parallel -- -B build
1813
19override_dh_auto_configure:
20 dh_auto_configure -- -DCMAKE_C_COMPILER=$(CC) -DCMAKE_CXX_COMPILER=$(CXX)
21
22override_dh_auto_test:14override_dh_auto_test:
23 env -u LD_PRELOAD dh_auto_test15 env -u LD_PRELOAD dh_auto_test
2416

Subscribers

People subscribed via source and target branches