[ros-class-loader] 02/03: Refresh patches
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Sun Jul 10 10:31:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a commit to branch master
in repository ros-class-loader.
commit 55c8742cad8d7938b23c3893578f91661fe4bebf
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Sun Jul 10 12:26:52 2016 +0200
Refresh patches
---
debian/patches/0001-Add-Debian-specific-SOVERSION.patch | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/debian/patches/0001-Add-Debian-specific-SOVERSION.patch b/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
index d55e5e3..aa6ad20 100644
--- a/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
+++ b/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
@@ -3,25 +3,18 @@ Date: Tue, 2 Jun 2015 10:28:32 +0200
Subject: Add Debian specific SOVERSION
---
- CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ee9a601..e0aa385 100644
+index 0764700..509adc6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -34,6 +34,7 @@ set(${PROJECT_NAME}_SRCS
+@@ -47,6 +47,7 @@ set(${PROJECT_NAME}_HDRS
)
- add_library(${PROJECT_NAME} ${${PROJECT_NAME}_SRCS})
+ add_library(${PROJECT_NAME} ${${PROJECT_NAME}_SRCS} ${${PROJECT_NAME}_HDRS})
target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES} ${console_bridge_LIBRARIES} ${Poco_LIBRARIES})
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${class_loader_VERSION} SOVERSION "0d")
install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
-@@ -60,4 +61,4 @@ if(NOT ${catkin_FOUND})
- ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}.pc @ONLY)
-
- install(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.pc DESTINATION lib/pkgconfig)
--endif()
-\ No newline at end of file
-+endif()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-class-loader.git
More information about the debian-science-commits
mailing list