[ros-roscpp-core] 02/02: Add Debian specific SONAMEs

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sat Jun 18 09:26:24 UTC 2016


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

jspricke-guest pushed a commit to branch patch-queue/master
in repository ros-roscpp-core.

commit 8f3c95a7ada689e57c14c3135062076ae800038f
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Dec 9 17:15:47 2014 +0100

    Add Debian specific SONAMEs
    
    
    Gbp-Pq: Name 0002-Add-Debian-specific-SONAMEs.patch
---
 cpp_common/CMakeLists.txt           | 1 +
 roscpp_serialization/CMakeLists.txt | 1 +
 rostime/CMakeLists.txt              | 1 +
 3 files changed, 3 insertions(+)

diff --git a/cpp_common/CMakeLists.txt b/cpp_common/CMakeLists.txt
index 5e83800..836fc9d 100644
--- a/cpp_common/CMakeLists.txt
+++ b/cpp_common/CMakeLists.txt
@@ -33,6 +33,7 @@ endif(HAVE_GLIBC_BACKTRACE)
 
 add_library(${PROJECT_NAME} src/debug.cpp src/header.cpp)
 target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES} ${console_bridge_LIBRARIES})
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${cpp_common_VERSION} SOVERSION "0d")
 
 install(TARGETS ${PROJECT_NAME}
   ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
diff --git a/roscpp_serialization/CMakeLists.txt b/roscpp_serialization/CMakeLists.txt
index 889c989..6a025bc 100644
--- a/roscpp_serialization/CMakeLists.txt
+++ b/roscpp_serialization/CMakeLists.txt
@@ -11,6 +11,7 @@ include_directories(include ${catkin_INCLUDE_DIRS})
 link_directories(${catkin_LIBRARY_DIRS})
 
 add_library(roscpp_serialization src/serialization.cpp)
+set_target_properties(roscpp_serialization PROPERTIES VERSION ${roscpp_serialization_VERSION} SOVERSION "0d")
 
 install(TARGETS roscpp_serialization
   ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
diff --git a/rostime/CMakeLists.txt b/rostime/CMakeLists.txt
index c395f28..a3d3bc8 100644
--- a/rostime/CMakeLists.txt
+++ b/rostime/CMakeLists.txt
@@ -16,6 +16,7 @@ add_library(rostime
   src/duration.cpp
   src/rate.cpp
   src/time.cpp)
+set_target_properties(rostime PROPERTIES VERSION ${rostime_VERSION} SOVERSION "0d")
 
 target_link_libraries(rostime ${Boost_LIBRARIES})
 if(NOT APPLE)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-roscpp-core.git



More information about the debian-science-commits mailing list