Merge lp:~thomas-voss/location-service/to-gcc-4.8 into lp:location-service/trunk

Proposed by Thomas Voß
Status: Rejected
Rejected by: Sergio Schvezov
Proposed branch: lp:~thomas-voss/location-service/to-gcc-4.8
Merge into: lp:location-service/trunk
Diff against target: 80 lines (+11/-12)
4 files modified
CMakeLists.txt (+1/-1)
debian/changelog (+7/-1)
debian/control (+3/-7)
debian/rules (+0/-3)
To merge this branch: bzr merge lp:~thomas-voss/location-service/to-gcc-4.8
Reviewer Review Type Date Requested Status
Sergio Schvezov Needs Fixing
PS Jenkins bot continuous-integration Needs Fixing
Łukasz Zemczak Pending
Review via email: mp+218260@code.launchpad.net

Commit message

Patch version bump reflecting the toolchain switch.

Description of the change

Patch version bump reflecting the toolchain switch.

Are there any related MPs required for this MP to build/function as expected?
  * https://code.launchpad.net/~thomas-voss/dbus-cpp/to-gcc-4.8/+merge/218259

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes): Yes
Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?: Yes
Did you successfully run all tests found in your component's Test Plan: (https://wiki.ubuntu.com/Process/Merges/TestPlan/location-service) on device or emulator? Yes
If you changed the UI, was the change specified/approved by design? N/A
If you changed the packaging (debian), did you subscribe a core-dev to this MP? Yes

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
62. By Thomas Voß

Version build deps on platform API hardware portions.

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

18 +location-service (0.0.3) UNRELEASED; urgency=medium

this is missing the -0ubuntu1 part of the version (aka the packaging part of the version)

review: Needs Fixing
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

You will also need to merge trunk back in

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Unmerged revisions

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 2013-10-14 06:11:15 +0000
3+++ CMakeLists.txt 2014-05-06 14:39:31 +0000
4@@ -4,7 +4,7 @@
5
6 set(UBUNTU_LOCATION_SERVICE_VERSION_MAJOR 0)
7 set(UBUNTU_LOCATION_SERVICE_VERSION_MINOR 0)
8-set(UBUNTU_LOCATION_SERVICE_VERSION_PATCH 2)
9+set(UBUNTU_LOCATION_SERVICE_VERSION_PATCH 3)
10
11 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -pedantic -Wextra -fPIC -pthread")
12 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -fno-strict-aliasing -pedantic -Wextra -fPIC -pthread")
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-03-07 12:42:42 +0000
16+++ debian/changelog 2014-05-06 14:39:31 +0000
17@@ -1,7 +1,13 @@
18+location-service (0.0.3) UNRELEASED; urgency=medium
19+
20+ * Patch version bump reflecting the toolchain switch.
21+
22+ -- Thomas Voß <thomas.voss@canonical.com> Mon, 05 May 2014 11:13:33 +0200
23+
24 location-service (0.0.2+14.04.20140307-0ubuntu1) trusty; urgency=low
25
26 [ thomas-voss ]
27- * Reenable onSessionDied().
28+ * Re-enable onSessionDied().
29
30 [ Łukasz 'sil2100' Zemczak ]
31 * Bump the build-dependency on dbus-cpp due to the ABI change
32
33=== modified file 'debian/control'
34--- debian/control 2014-02-25 17:24:21 +0000
35+++ debian/control 2014-05-06 14:39:31 +0000
36@@ -1,5 +1,3 @@
37-# Using g{cc,++} 4.7 as the platform-api consumes it and the platform
38-# api is stuck with android's 4.7 toolchain.
39 Source: location-service
40 Section: utils
41 Priority: optional
42@@ -7,12 +5,10 @@
43 XSBC-Original-Maintainer: Thomas Voß <thomas.voss@canonical.com>
44 Build-Depends: cmake,
45 curl,
46- libdbus-cpp-dev (>= 2.0.0),
47+ libdbus-cpp-dev (>= 3.0.0),
48 dbus-test-runner,
49 debhelper (>= 9),
50 doxygen,
51- gcc-4.7,
52- g++-4.7,
53 geoclue-ubuntu-geoip,
54 google-mock (>= 1.6.0+svn437),
55 graphviz,
56@@ -22,8 +18,8 @@
57 libgoogle-glog-dev,
58 libgtest-dev,
59 libiw-dev,
60- libplatform-hardware-api-headers,
61- libplatform-hardware-api1-dev,
62+ libplatform-hardware-api-headers (>=0.21),
63+ libplatform-hardware-api1-dev (>=0.21),
64 libproperties-cpp-dev,
65 Standards-Version: 3.9.4
66 Homepage: http://launchpad.net/location-service
67
68=== modified file 'debian/rules'
69--- debian/rules 2014-02-05 13:25:11 +0000
70+++ debian/rules 2014-05-06 14:39:31 +0000
71@@ -11,9 +11,6 @@
72
73 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
74
75-export CC=gcc-4.7
76-export CXX=g++-4.7
77-
78 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
79
80 %:

Subscribers

People subscribed via source and target branches