[ros-rviz] 03/04: Add Debian specific SOVERSION

Jochen Sprickerhof jspricke at moszumanska.debian.org
Thu Oct 20 15:13:00 UTC 2016


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

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

commit a42f50f516a47c3d93a8e45a580d875a9a227656
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Wed Aug 5 14:05:24 2015 +0200

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

diff --git a/src/rviz/CMakeLists.txt b/src/rviz/CMakeLists.txt
index 3ccaf0e..eecf909 100644
--- a/src/rviz/CMakeLists.txt
+++ b/src/rviz/CMakeLists.txt
@@ -144,6 +144,7 @@ target_link_libraries(${PROJECT_NAME}
   yaml-cpp
 )
 
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${rviz_VERSION} SOVERSION "1d")
 
 if(APPLE)
   set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")

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



More information about the debian-science-commits mailing list