[ros-vision-opencv] 03/04: Refresh patches

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Nov 30 09:20:24 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository ros-vision-opencv.

commit 70cb068e9584edb05354422887bf85cad9bb881f
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Mon Nov 30 10:14:51 2015 +0100

    Refresh patches
---
 debian/patches/0002-Add-Debian-specific-SOVERSION.patch | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/0002-Add-Debian-specific-SOVERSION.patch b/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
index 5d2de27..abab303 100644
--- a/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
+++ b/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
@@ -9,19 +9,19 @@ Subject: Add Debian specific SOVERSION
  3 files changed, 3 insertions(+)
 
 diff --git a/cv_bridge/src/CMakeLists.txt b/cv_bridge/src/CMakeLists.txt
-index e286b61..70f0f6c 100644
+index 806cd05..d0b92ae 100644
 --- a/cv_bridge/src/CMakeLists.txt
 +++ b/cv_bridge/src/CMakeLists.txt
-@@ -2,6 +2,7 @@
+@@ -3,6 +3,7 @@ include_directories(./)
  add_library(${PROJECT_NAME} cv_bridge.cpp)
- add_dependencies(${PROJECT_NAME} sensor_msgs_gencpp)
+ add_dependencies(${PROJECT_NAME} ${catkin_EXPORTED_TARGETS})
  target_link_libraries(${PROJECT_NAME} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES})
 +set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${cv_bridge_VERSION} SOVERSION "0d")
  
  install(TARGETS ${PROJECT_NAME} DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
  
 diff --git a/image_geometry/CMakeLists.txt b/image_geometry/CMakeLists.txt
-index 8fee92a..7bd2f91 100644
+index 3c9cb30..b89b28e 100644
 --- a/image_geometry/CMakeLists.txt
 +++ b/image_geometry/CMakeLists.txt
 @@ -20,6 +20,7 @@ include_directories(include)
@@ -29,14 +29,14 @@ index 8fee92a..7bd2f91 100644
  add_library(${PROJECT_NAME} src/pinhole_camera_model.cpp src/stereo_camera_model.cpp)
  target_link_libraries(${PROJECT_NAME} ${OpenCV_LIBRARIES})
 +set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${image_geometry_VERSION} SOVERSION "0d")
- add_dependencies(${PROJECT_NAME} sensor_msgs_gencpp)
+ add_dependencies(${PROJECT_NAME} ${catkin_EXPORTED_TARGETS})
  
  install(DIRECTORY include/${PROJECT_NAME}/
 diff --git a/opencv_apps/CMakeLists.txt b/opencv_apps/CMakeLists.txt
-index 35cc61f..54f5f0a 100644
+index 90d0262..6341630 100644
 --- a/opencv_apps/CMakeLists.txt
 +++ b/opencv_apps/CMakeLists.txt
-@@ -180,6 +180,7 @@ add_library(${PROJECT_NAME} SHARED
+@@ -182,6 +182,7 @@ add_library(${PROJECT_NAME} SHARED
  )
  
  target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})

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



More information about the debian-science-commits mailing list