[ros-rospack] 02/08: Add Debian specific SOVERSION

Jochen Sprickerhof jspricke at moszumanska.debian.org
Wed Jul 12 16:58:00 UTC 2017


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

jspricke pushed a commit to branch patch-queue/master
in repository ros-rospack.

commit 9718fec68329d76271639ecb77a6436bf15abcc2
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Dec 9 00:32:17 2014 +0100

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c45cc94..2c6fcd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,7 @@ add_library(rospack
   src/utils.cpp
 )
 target_link_libraries(rospack ${TinyXML2_LIBRARIES} ${Boost_LIBRARIES} ${PYTHON_LIBRARIES})
+set_target_properties(rospack PROPERTIES VERSION ${rospack_VERSION} SOVERSION "0d")
 
 add_executable(rospackexe src/rospack_main.cpp)
 # Set the name, and make it a "global" executable

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



More information about the debian-science-commits mailing list