Merge lp:~ricmm/media-hub/to-gcc-4.8 into lp:media-hub

Proposed by Ricardo Mendoza
Status: Merged
Merged at revision: 30
Proposed branch: lp:~ricmm/media-hub/to-gcc-4.8
Merge into: lp:media-hub
Diff against target: 49 lines (+7/-6)
3 files modified
debian/changelog (+6/-0)
debian/control (+1/-3)
debian/rules (+0/-3)
To merge this branch: bzr merge lp:~ricmm/media-hub/to-gcc-4.8
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+218492@code.launchpad.net

Commit message

Build again with GCC 4.8

To post a comment you must log in.
lp:~ricmm/media-hub/to-gcc-4.8 updated
31. By Ricardo Mendoza

Remove dep

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-04-30 01:16:41 +0000
+++ debian/changelog 2014-05-06 18:48:53 +0000
@@ -1,3 +1,9 @@
1media-hub (0.0.2-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Toolchain change, patch version bump.
4
5 -- Ricardo Mendoza <ricardo.mendoza@canonical.com> Tue, 06 May 2014 11:13:11 +0200
6
1media-hub (0.0.1+14.10.20140430-0ubuntu1) utopic; urgency=medium7media-hub (0.0.1+14.10.20140430-0ubuntu1) utopic; urgency=medium
28
3 [ Sergio Schvezov ]9 [ Sergio Schvezov ]
410
=== modified file 'debian/control'
--- debian/control 2014-04-16 19:56:03 +0000
+++ debian/control 2014-05-06 18:48:53 +0000
@@ -7,8 +7,6 @@
7 debhelper (>= 9),7 debhelper (>= 9),
8 dh-apparmor,8 dh-apparmor,
9 doxygen,9 doxygen,
10 gcc-4.7,
11 g++-4.7,
12 google-mock,10 google-mock,
13 graphviz,11 graphviz,
14 gstreamer1.0-plugins-good,12 gstreamer1.0-plugins-good,
@@ -18,7 +16,7 @@
18 libboost-program-options-dev (>=1.53),16 libboost-program-options-dev (>=1.53),
19 libboost-system-dev (>=1.53),17 libboost-system-dev (>=1.53),
20 libdbus-1-dev,18 libdbus-1-dev,
21 libdbus-cpp-dev,19 libdbus-cpp-dev (>= 3.0.0),
22 libgoogle-glog-dev,20 libgoogle-glog-dev,
23 libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu13),21 libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu13),
24 libprocess-cpp-dev,22 libprocess-cpp-dev,
2523
=== modified file 'debian/rules'
--- debian/rules 2014-04-16 19:56:03 +0000
+++ debian/rules 2014-05-06 18:48:53 +0000
@@ -4,9 +4,6 @@
4# Uncomment this to turn on verbose mode.4# Uncomment this to turn on verbose mode.
5# export DH_VERBOSE=15# export DH_VERBOSE=1
66
7export CC=gcc-4.7
8export CXX=g++-4.7
9
10export DPKG_GENSYMBOLS_CHECK_LEVEL=47export DPKG_GENSYMBOLS_CHECK_LEVEL=4
118
12%:9%:

Subscribers

People subscribed via source and target branches