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
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-04-30 01:16:41 +0000
3+++ debian/changelog 2014-05-06 18:48:53 +0000
4@@ -1,3 +1,9 @@
5+media-hub (0.0.2-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Toolchain change, patch version bump.
8+
9+ -- Ricardo Mendoza <ricardo.mendoza@canonical.com> Tue, 06 May 2014 11:13:11 +0200
10+
11 media-hub (0.0.1+14.10.20140430-0ubuntu1) utopic; urgency=medium
12
13 [ Sergio Schvezov ]
14
15=== modified file 'debian/control'
16--- debian/control 2014-04-16 19:56:03 +0000
17+++ debian/control 2014-05-06 18:48:53 +0000
18@@ -7,8 +7,6 @@
19 debhelper (>= 9),
20 dh-apparmor,
21 doxygen,
22- gcc-4.7,
23- g++-4.7,
24 google-mock,
25 graphviz,
26 gstreamer1.0-plugins-good,
27@@ -18,7 +16,7 @@
28 libboost-program-options-dev (>=1.53),
29 libboost-system-dev (>=1.53),
30 libdbus-1-dev,
31- libdbus-cpp-dev,
32+ libdbus-cpp-dev (>= 3.0.0),
33 libgoogle-glog-dev,
34 libhybris-dev (>=0.1.0+git20131207+e452e83-0ubuntu13),
35 libprocess-cpp-dev,
36
37=== modified file 'debian/rules'
38--- debian/rules 2014-04-16 19:56:03 +0000
39+++ debian/rules 2014-05-06 18:48:53 +0000
40@@ -4,9 +4,6 @@
41 # Uncomment this to turn on verbose mode.
42 # export DH_VERBOSE=1
43
44-export CC=gcc-4.7
45-export CXX=g++-4.7
46-
47 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
48
49 %:

Subscribers

People subscribed via source and target branches