[ros-diagnostics] 02/02: Add Debian specific SOVERSION

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sun Dec 4 09:02:44 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-diagnostics.

commit e045dbd3974fed64af6632a769ff389374f47458
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Dec 26 17:43:15 2015 +0100

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

diff --git a/diagnostic_aggregator/CMakeLists.txt b/diagnostic_aggregator/CMakeLists.txt
index 5995f67..2416de6 100644
--- a/diagnostic_aggregator/CMakeLists.txt
+++ b/diagnostic_aggregator/CMakeLists.txt
@@ -33,6 +33,7 @@ target_link_libraries(diagnostic_aggregator ${Boost_LIBRARIES}
                                             ${catkin_LIBRARIES}
 )
 add_dependencies(${PROJECT_NAME} diagnostic_msgs_generate_messages_cpp)
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${diagnostic_aggregator_VERSION} SOVERSION "0d")
 
 # Aggregator node 
 add_executable(aggregator_node src/aggregator_node.cpp)

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



More information about the debian-science-commits mailing list