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
=== modified file 'debian/control'
--- debian/control 2013-08-20 10:12:08 +0000
+++ debian/control 2013-08-29 09:26:02 +0000
@@ -23,7 +23,6 @@
23 libiw-dev,23 libiw-dev,
24 libplatform-hardware-api-headers,24 libplatform-hardware-api-headers,
25 libplatform-hardware-api1-dev,25 libplatform-hardware-api1-dev,
26 ruby-ronn,
27Standards-Version: 3.9.426Standards-Version: 3.9.4
28Homepage: http://launchpad.net/location-service27Homepage: http://launchpad.net/location-service
29# If you aren't a member of ~phablet-team but need to upload packaging changes,28# If you aren't a member of ~phablet-team but need to upload packaging changes,
3029
=== modified file 'examples/service/CMakeLists.txt'
--- examples/service/CMakeLists.txt 2013-08-19 05:51:55 +0000
+++ examples/service/CMakeLists.txt 2013-08-29 09:26:02 +0000
@@ -51,8 +51,8 @@
51)51)
5252
53add_custom_target(53add_custom_target(
54 ubuntu-location-service-man-page ALL54 ubuntu-location-service-man-page
55 DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/ubuntu-location-service.1"55 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/ubuntu-location-service.1"
56)56)
5757
58install(58install(
@@ -61,6 +61,6 @@
61)61)
6262
63install(63install(
64 FILES ${CMAKE_CURRENT_BINARY_DIR}/ubuntu-location-service.164 FILES ${CMAKE_CURRENT_SOURCE_DIR}/ubuntu-location-service.1
65 DESTINATION share/doc/${CMAKE_PROJECT_NAME}/man65 DESTINATION share/doc/${CMAKE_PROJECT_NAME}/man
66)66)
6767
=== renamed file 'examples/service/service.1' => 'examples/service/ubuntu-location-service.1'

Subscribers

People subscribed via source and target branches