Merge lp:~thomas-voss/location-service/remove-dep-on-ruby-ronn into lp:location-service/trunk

Proposed by Thomas Voß
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 34
Merged at revision: 34
Proposed branch: lp:~thomas-voss/location-service/remove-dep-on-ruby-ronn
Merge into: lp:location-service/trunk
Diff against target: 36 lines (+3/-4)
2 files modified
debian/control (+0/-1)
examples/service/CMakeLists.txt (+3/-3)
To merge this branch: bzr merge lp:~thomas-voss/location-service/remove-dep-on-ruby-ronn
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+182844@code.launchpad.net

Commit message

Remove ruby-ronn from the build-dependencies.

Description of the change

Remove ruby-ronn from the build-dependencies.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Looks rather good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-08-20 10:12:08 +0000
3+++ debian/control 2013-08-29 09:26:02 +0000
4@@ -23,7 +23,6 @@
5 libiw-dev,
6 libplatform-hardware-api-headers,
7 libplatform-hardware-api1-dev,
8- ruby-ronn,
9 Standards-Version: 3.9.4
10 Homepage: http://launchpad.net/location-service
11 # If you aren't a member of ~phablet-team but need to upload packaging changes,
12
13=== modified file 'examples/service/CMakeLists.txt'
14--- examples/service/CMakeLists.txt 2013-08-19 05:51:55 +0000
15+++ examples/service/CMakeLists.txt 2013-08-29 09:26:02 +0000
16@@ -51,8 +51,8 @@
17 )
18
19 add_custom_target(
20- ubuntu-location-service-man-page ALL
21- DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/ubuntu-location-service.1"
22+ ubuntu-location-service-man-page
23+ DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/ubuntu-location-service.1"
24 )
25
26 install(
27@@ -61,6 +61,6 @@
28 )
29
30 install(
31- FILES ${CMAKE_CURRENT_BINARY_DIR}/ubuntu-location-service.1
32+ FILES ${CMAKE_CURRENT_SOURCE_DIR}/ubuntu-location-service.1
33 DESTINATION share/doc/${CMAKE_PROJECT_NAME}/man
34 )
35
36=== renamed file 'examples/service/service.1' => 'examples/service/ubuntu-location-service.1'

Subscribers

People subscribed via source and target branches