[urdfdom] 02/04: Remove patch. Merged upstream.

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Mar 24 19:55: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 5d0a3407e147f6cdddd4b303a0d5a49018106e7c
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Mar 24 19:52:05 2014 +0000

    Remove patch. Merged upstream.
---
 debian/patches/0003-Enable-soversion-in-libs.patch | 37 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 38 deletions(-)

diff --git a/debian/patches/0003-Enable-soversion-in-libs.patch b/debian/patches/0003-Enable-soversion-in-libs.patch
deleted file mode 100644
index e6f6a71..0000000
--- a/debian/patches/0003-Enable-soversion-in-libs.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: Jose Luis Rivero <jrivero at osrfoundation.org>
-Date: The Jan 09 17:40:23 2014 +0100
-Subject: Back to enable the soversion generation
-
-Forwarded: yes
-Bug: https://github.com/ros/urdfdom/commit/b96aacb06ba7d935d22c348a7468689c64411c64#commitcomment-5024978
-Author: Jose Luis Rivero <jrivero at osrfoundation.org>
----
-
-diff --git a/urdf_parser/CMakeLists.txt b/urdf_parser/CMakeLists.txt
-index 6caf90a..cd23331 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.2)
- 
- 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.2)
- 
- 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.2)
- 
- 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.2)
- 
- # --------------------------------
- 
diff --git a/debian/patches/series b/debian/patches/series
index 03c49a6..9b469f2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch
 0002-Respect-cmake-install-libdir.patch
-0003-Enable-soversion-in-libs.patch

-- 
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