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
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-04-10 16:21:16 +0000
3+++ CMakeLists.txt 2015-07-23 08:08:22 +0000
4@@ -2,8 +2,8 @@
5
6 project(ubuntu-media-hub)
7
8-set(UBUNTU_MEDIA_HUB_VERSION_MAJOR 3)
9-set(UBUNTU_MEDIA_HUB_VERSION_MINOR 1)
10+set(UBUNTU_MEDIA_HUB_VERSION_MAJOR 4)
11+set(UBUNTU_MEDIA_HUB_VERSION_MINOR 0)
12 set(UBUNTU_MEDIA_HUB_VERSION_PATCH 0)
13
14 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fPIC -pthread")
15
16=== modified file 'debian/changelog'
17--- debian/changelog 2015-07-10 18:12:22 +0000
18+++ debian/changelog 2015-07-23 08:08:22 +0000
19@@ -1,3 +1,9 @@
20+media-hub (4.0.0) wily; urgency=medium
21+
22+ * Bump major revision to account for toolchain update. Fixes LP:#1452331
23+
24+ -- Thomas Voß <thomas.voss@canonical.com> Thu, 23 Jul 2015 08:47:21 +0200
25+
26 media-hub (3.1.0+15.10.20150710-0ubuntu1) wily; urgency=medium
27
28 [ CI Train Bot ]
29
30=== modified file 'debian/control'
31--- debian/control 2015-03-12 11:38:32 +0000
32+++ debian/control 2015-07-23 08:08:22 +0000
33@@ -10,16 +10,12 @@
34 google-mock,
35 graphviz,
36 gstreamer1.0-plugins-good,
37-# We rely on C++11 features, and to prevent from ABI breaks
38-# in libstdc++ causing us issues, we explicitly select a G++
39-# version.
40- g++-4.9,
41 libboost-dev (>=1.53),
42 libboost-filesystem-dev (>=1.53),
43 libboost-program-options-dev (>=1.53),
44 libboost-system-dev (>=1.53),
45 libdbus-1-dev,
46- libdbus-cpp-dev (>= 4.3.0),
47+ libdbus-cpp-dev (>= 5.0.0),
48 libgoogle-glog-dev,
49 libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu30),
50 libprocess-cpp-dev,
51@@ -39,8 +35,8 @@
52 Section: libdevel
53 Architecture: any
54 Multi-Arch: same
55-Depends: libmedia-hub-common3 (= ${binary:Version}),
56- libmedia-hub-client3 (= ${binary:Version}),
57+Depends: libmedia-hub-common4 (= ${binary:Version}),
58+ libmedia-hub-client4 (= ${binary:Version}),
59 ${misc:Depends},
60 libproperties-cpp-dev,
61 Suggests: libmedia-hub-doc
62@@ -61,7 +57,7 @@
63 .
64 This package contains the runtime.
65
66-Package: libmedia-hub-common3
67+Package: libmedia-hub-common4
68 Architecture: any
69 Multi-Arch: same
70 Depends: ${misc:Depends},
71@@ -72,7 +68,7 @@
72 .
73 This package contains the common libraries.
74
75-Package: libmedia-hub-client3
76+Package: libmedia-hub-client4
77 Architecture: any
78 Multi-Arch: same
79 Depends: ${misc:Depends},
80
81=== renamed file 'debian/libmedia-hub-client3.install' => 'debian/libmedia-hub-client4.install'
82=== removed file 'debian/libmedia-hub-common3.symbols'
83--- debian/libmedia-hub-common3.symbols 2014-11-26 12:45:39 +0000
84+++ debian/libmedia-hub-common3.symbols 1970-01-01 00:00:00 +0000
85@@ -1,2 +0,0 @@
86-libmedia-hub-common.so.3 libmedia-hub-common3 #MINVER#
87- (c++)"core::ubuntu::media::the_session_bus()@Base" 2.0.0+14.10.20140910.2
88
89=== renamed file 'debian/libmedia-hub-common3.install' => 'debian/libmedia-hub-common4.install'
90=== modified file 'debian/rules'
91--- debian/rules 2015-01-09 17:17:57 +0000
92+++ debian/rules 2015-07-23 08:08:22 +0000
93@@ -8,17 +8,9 @@
94
95 include /usr/share/dpkg/default.mk
96
97-# Explicitly selecting a G{CC,++}-version here to avoid accidental
98-# ABI breaks introduced by toolchain updates.
99-export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
100-export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
101-
102 %:
103 dh $@ --fail-missing --parallel -- -B build
104
105-override_dh_auto_configure:
106- dh_auto_configure -- -DCMAKE_C_COMPILER=$(CC) -DCMAKE_CXX_COMPILER=$(CXX)
107-
108 override_dh_auto_test:
109 env -u LD_PRELOAD dh_auto_test
110

Subscribers

People subscribed via source and target branches