[ros-robot-state-publisher] 04/10: refresh debian/patches/0001-Add-Debian-specific-SONAMEs.patch

Johannes Schauer josch at moszumanska.debian.org
Fri Oct 14 23:28:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch master
in repository ros-robot-state-publisher.

commit 87629189a0558e08b767623110167a8a16dcddb5
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Fri Oct 14 23:08:16 2016 +0200

    refresh debian/patches/0001-Add-Debian-specific-SONAMEs.patch
---
 debian/patches/0001-Add-Debian-specific-SONAMEs.patch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/patches/0001-Add-Debian-specific-SONAMEs.patch b/debian/patches/0001-Add-Debian-specific-SONAMEs.patch
index fdf92da..3cb301e 100644
--- a/debian/patches/0001-Add-Debian-specific-SONAMEs.patch
+++ b/debian/patches/0001-Add-Debian-specific-SONAMEs.patch
@@ -6,8 +6,6 @@ Subject: Add Debian specific SONAMEs
  CMakeLists.txt | 1 +
  1 file changed, 1 insertion(+)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 78bfa50..9306512 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -21,6 +21,7 @@ add_library(${PROJECT_NAME}_solver
@@ -16,5 +14,5 @@ index 78bfa50..9306512 100644
  target_link_libraries(${PROJECT_NAME}_solver ${catkin_LIBRARIES} ${orocos_kdl_LIBRARIES})
 +set_target_properties(${PROJECT_NAME}_solver PROPERTIES VERSION ${robot_state_publisher_VERSION} SOVERSION "0d")
  
- add_executable(${PROJECT_NAME} src/joint_state_listener.cpp)
- target_link_libraries(${PROJECT_NAME} ${PROJECT_NAME}_solver ${orocos_kdl_LIBRARIES})
+ add_library(joint_state_listener src/joint_state_listener.cpp)
+ target_link_libraries(joint_state_listener ${PROJECT_NAME}_solver ${orocos_kdl_LIBRARIES})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-robot-state-publisher.git



More information about the debian-science-commits mailing list