[ros-diagnostics] 02/02: Add Debian specific SOVERSION
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Sat Dec 26 17:45:58 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-diagnostics.
commit 7ba36e3e8ed4f5367dd4e509162c7ddfae613097
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Sat Dec 26 17:43:15 2015 +0100
Add Debian specific SOVERSION
---
diagnostic_aggregator/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/diagnostic_aggregator/CMakeLists.txt b/diagnostic_aggregator/CMakeLists.txt
index 48da72b..35cdb6e 100644
--- a/diagnostic_aggregator/CMakeLists.txt
+++ b/diagnostic_aggregator/CMakeLists.txt
@@ -25,6 +25,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