[ros] 02/05: Add Debian specific SOVERSION

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Sep 21 08:49:53 UTC 2015


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.

commit c04c8edcd139d7ad8ba46d2eaa7591887b10c5a4
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Dec 9 13:34:13 2014 +0100

    Add Debian specific SOVERSION
    
    
    Gbp-Pq: Name 0002-Add-Debian-specific-SOVERSION.patch
---
 core/roslib/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/roslib/CMakeLists.txt b/core/roslib/CMakeLists.txt
index 3d94910..84455b5 100644
--- a/core/roslib/CMakeLists.txt
+++ b/core/roslib/CMakeLists.txt
@@ -18,6 +18,7 @@ endif()
 
 add_library(roslib src/package.cpp)
 target_link_libraries(roslib ${Boost_LIBRARIES} ${catkin_LIBRARIES})
+set_target_properties(roslib PROPERTIES VERSION ${roslib_VERSION} SOVERSION "0d")
 
 if(NOT (APPLE OR WIN32 OR MINGW OR ANDROID))
   target_link_libraries(roslib rt)

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



More information about the debian-science-commits mailing list