[rtt-ros-integration] 09/16: Added SOVERSVERSION rtt_dynamic_reconfigure stuff

Leopold Palomo-Avellaneda leo at alaxarxa.net
Mon Jun 8 16:08:40 UTC 2015


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

lepalom-guest pushed a commit to branch master
in repository rtt-ros-integration.

commit 180778d33f3965b2724ffedca51db87f44a7b577
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Tue Jun 2 10:59:35 2015 +0200

    Added SOVERSVERSION rtt_dynamic_reconfigure stuff
---
 ...dded-SOVERSION-to-rtt_dynamic_reconfigure.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0005-Added-SOVERSION-to-rtt_dynamic_reconfigure.patch b/debian/patches/0005-Added-SOVERSION-to-rtt_dynamic_reconfigure.patch
new file mode 100644
index 0000000..2e3273e
--- /dev/null
+++ b/debian/patches/0005-Added-SOVERSION-to-rtt_dynamic_reconfigure.patch
@@ -0,0 +1,22 @@
+From: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
+Date: Tue, 2 Jun 2015 10:58:35 +0200
+Subject: Added SOVERSION to rtt_dynamic_reconfigure
+
+---
+ rtt_dynamic_reconfigure/CMakeLists.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/rtt_dynamic_reconfigure/CMakeLists.txt b/rtt_dynamic_reconfigure/CMakeLists.txt
+index 65008d7..dbf54ca 100644
+--- a/rtt_dynamic_reconfigure/CMakeLists.txt
++++ b/rtt_dynamic_reconfigure/CMakeLists.txt
+@@ -16,6 +16,9 @@ include_directories(
+ 
+ orocos_library(rtt_dynamic_reconfigure src/auto_config.cpp)
+ target_link_libraries(rtt_dynamic_reconfigure ${catkin_LIBRARIES})
++set_target_properties( rtt_dynamic_reconfigure PROPERTIES
++  SOVERSION "${RTT_ROS_VERSION_MAJOR}.${RTT_ROS_VERSION_MINOR}"
++  VERSION "${RTT_ROS_VERSION}")
+ 
+ orocos_plugin(rtt_dynamic_reconfigure_service src/reconfigure_service.cpp)
+ target_link_libraries(rtt_dynamic_reconfigure_service rtt_dynamic_reconfigure)
diff --git a/debian/patches/series b/debian/patches/series
index 4f426ec..b785adb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Needed-CMakeLists-for-the-dir.patch
 0003-Added-SOVERSION-info.patch
 0004-Added-SOVERSION-to-rtt_rosclock.patch
+0005-Added-SOVERSION-to-rtt_dynamic_reconfigure.patch

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



More information about the debian-science-commits mailing list