[ros-vision-opencv] 01/02: Bump Soname of libcv-bridge
Jochen Sprickerhof
jspricke at moszumanska.debian.org
Thu Oct 27 16:42:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
jspricke pushed a commit to branch master
in repository ros-vision-opencv.
commit 840ae651afb8a2a21f336b37b1aa387b5938d7b7
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Thu Oct 27 18:06:50 2016 +0200
Bump Soname of libcv-bridge
---
debian/control | 4 ++--
debian/{libcv-bridge0d.install => libcv-bridge1d.install} | 0
debian/patches/0002-Add-Debian-specific-SOVERSION.patch | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index e7fecf8..1cf8efb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-vis
Package: libcv-bridge-dev
Section: libdevel
Architecture: any
-Depends: libcv-bridge0d (= ${binary:Version}), ${misc:Depends}, librosconsole-dev, libsensor-msgs-dev, libopencv-dev
+Depends: libcv-bridge1d (= ${binary:Version}), ${misc:Depends}, librosconsole-dev, libsensor-msgs-dev, libopencv-dev
Description: cv_bridge Robot OS package - development
This package is part of Robot OS (ROS). It contains development files for
CvBridge, which converts between ROS Image messages and OpenCV images.
.
This package contains the development files.
-Package: libcv-bridge0d
+Package: libcv-bridge1d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
diff --git a/debian/libcv-bridge0d.install b/debian/libcv-bridge1d.install
similarity index 100%
rename from debian/libcv-bridge0d.install
rename to debian/libcv-bridge1d.install
diff --git a/debian/patches/0002-Add-Debian-specific-SOVERSION.patch b/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
index c249844..ce180a9 100644
--- a/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
+++ b/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
@@ -8,14 +8,14 @@ Subject: Add Debian specific SOVERSION
2 files changed, 2 insertions(+)
diff --git a/cv_bridge/src/CMakeLists.txt b/cv_bridge/src/CMakeLists.txt
-index 8ec321c..79e532f 100644
+index 8ec321c..a25da4a 100644
--- a/cv_bridge/src/CMakeLists.txt
+++ b/cv_bridge/src/CMakeLists.txt
@@ -3,6 +3,7 @@ include_directories(./)
add_library(${PROJECT_NAME} cv_bridge.cpp rgb_colors.cpp)
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")
++set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${cv_bridge_VERSION} SOVERSION "1d")
install(TARGETS ${PROJECT_NAME} DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
--
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