[urdfdom] 04/04: Patch to define proper soversion to 0.3

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Mar 24 21:10:18 UTC 2014


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

jrivero-guest pushed a commit to branch master
in repository urdfdom.

commit 403536357bd6d2b4c1591f6d1a1f0370919d6219
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Mar 24 20:40:36 2014 +0000

    Patch to define proper soversion to 0.3
---
 debian/patches/0003-Proper-soname-version | 37 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 38 insertions(+)

diff --git a/debian/patches/0003-Proper-soname-version b/debian/patches/0003-Proper-soname-version
new file mode 100644
index 0000000..7944b63
--- /dev/null
+++ b/debian/patches/0003-Proper-soname-version
@@ -0,0 +1,37 @@
+From: Jose Luis Rivero <jrivero at osrfoundation.org>
+Date: Mon, 24 Mar 2014 19:52:36 +0000
+Subject: Disable upstram fixed value for CMAKE_INSTALL_LIBDIR 
+
+Forwarded: yes
+Bug: https://github.com/ros/urdfdom/pull/33
+Author: Jose Luis Rivero <jrivero at osrfoundation.org>
+---
+
+diff --git a/urdf_parser/CMakeLists.txt b/urdf_parser/CMakeLists.txt
+index cd23331..7ce2429 100644
+--- a/urdf_parser/CMakeLists.txt
++++ b/urdf_parser/CMakeLists.txt
+@@ -2,19 +2,19 @@ include_directories(include)
+ 
+ add_library(urdfdom_world SHARED src/pose.cpp src/model.cpp src/link.cpp src/joint.cpp src/world.cpp)
+ target_link_libraries(urdfdom_world ${tinyxml_libraries} ${console_bridge_LIBRARIES} ${Boost_LIBRARIES})
+-set_target_properties(urdfdom_world PROPERTIES SOVERSION 0.2)
++set_target_properties(urdfdom_world PROPERTIES SOVERSION 0.3)
+ 
+ add_library(urdfdom_model SHARED src/pose.cpp src/model.cpp src/link.cpp src/joint.cpp)
+ target_link_libraries(urdfdom_model ${tinyxml_libraries} ${console_bridge_LIBRARIES} ${Boost_LIBRARIES})
+-set_target_properties(urdfdom_model PROPERTIES SOVERSION 0.2)
++set_target_properties(urdfdom_model PROPERTIES SOVERSION 0.3)
+ 
+ add_library(urdfdom_sensor SHARED src/urdf_sensor.cpp)
+ target_link_libraries(urdfdom_sensor urdfdom_model ${tinyxml_libraries} ${console_bridge_LIBRARIES} ${Boost_LIBRARIES})
+-set_target_properties(urdfdom_sensor PROPERTIES SOVERSION 0.2)
++set_target_properties(urdfdom_sensor PROPERTIES SOVERSION 0.3)
+ 
+ add_library(urdfdom_model_state SHARED src/urdf_model_state.cpp src/twist.cpp)
+ target_link_libraries(urdfdom_model_state ${tinyxml_libraries} ${console_bridge_LIBRARIES} ${Boost_LIBRARIES})
+-set_target_properties(urdfdom_model_state PROPERTIES SOVERSION 0.2)
++set_target_properties(urdfdom_model_state PROPERTIES SOVERSION 0.3)
+ 
+ # --------------------------------
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9b469f2..7d5c38b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch
 0002-Respect-cmake-install-libdir.patch
+0003-Proper-soname-version

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



More information about the debian-science-commits mailing list