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

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Jul 26 16:31:20 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-rospack.

commit c80c0e24ce3f77c56e95143576f08873ccd7cdeb
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 6b5bb44..392bd9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,7 @@ add_library(rospack
   src/rospack_cmdline.cpp
   src/utils.cpp
 )
+set_target_properties(rospack PROPERTIES VERSION ${rospack_VERSION} SOVERSION "0d")
 target_link_libraries(rospack ${TinyXML_LIBRARIES} ${Boost_LIBRARIES} ${PYTHON_LIBRARIES})
 
 add_executable(rospackexe src/rospack_main.cpp)

-- 
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