[ros-ros-comm] 03/06: Bump rosbag ABI
Jochen Sprickerhof
jspricke at moszumanska.debian.org
Mon Sep 19 08:42:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
jspricke pushed a commit to annotated tag debian/1.12.3-1
in repository ros-ros-comm.
commit e34380aad3dc963c336be6ff2e25b3510b6b8d58
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Mon Sep 19 10:38:16 2016 +0200
Bump rosbag ABI
---
debian/control | 4 ++--
debian/{librosbag1d.install => librosbag2d.install} | 0
debian/patches/0002-Add-Debian-specific-SONAMEs.patch | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 0ccffa9..b3e70fb 100644
--- a/debian/control
+++ b/debian/control
@@ -138,13 +138,13 @@ Description: Python client library for Robot OS
Package: librosbag-dev
Section: libdevel
Architecture: any
-Depends: librosbag1d (= ${binary:Version}), ${misc:Depends}, librosbag-storage-dev, librosconsole-dev, libroscpp-dev, libtopic-tools-dev, libxmlrpcpp-dev
+Depends: librosbag2d (= ${binary:Version}), ${misc:Depends}, librosbag-storage-dev, librosconsole-dev, libroscpp-dev, libtopic-tools-dev, libxmlrpcpp-dev
Description: Tools for recording from and playing back to Robot OS topics
This package is part of Robot OS (ROS). It is the development files
for the rosbag library, which provides APIs for reading/writing bags
(ROS message stores) in C++ and Python.
-Package: librosbag1d
+Package: librosbag2d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
diff --git a/debian/librosbag1d.install b/debian/librosbag2d.install
similarity index 100%
rename from debian/librosbag1d.install
rename to debian/librosbag2d.install
diff --git a/debian/patches/0002-Add-Debian-specific-SONAMEs.patch b/debian/patches/0002-Add-Debian-specific-SONAMEs.patch
index dbcf2b2..5058411 100644
--- a/debian/patches/0002-Add-Debian-specific-SONAMEs.patch
+++ b/debian/patches/0002-Add-Debian-specific-SONAMEs.patch
@@ -27,14 +27,14 @@ index 6331029..e6b8ff8 100644
target_link_libraries(roscpp
diff --git a/tools/rosbag/CMakeLists.txt b/tools/rosbag/CMakeLists.txt
-index 8656ac3..19a6ef6 100644
+index 8656ac3..2892089 100644
--- a/tools/rosbag/CMakeLists.txt
+++ b/tools/rosbag/CMakeLists.txt
@@ -25,6 +25,7 @@ add_library(rosbag
src/player.cpp
src/recorder.cpp
src/time_translator.cpp)
-+set_target_properties(rosbag PROPERTIES VERSION ${rosbag_VERSION} SOVERSION "1d")
++set_target_properties(rosbag PROPERTIES VERSION ${rosbag_VERSION} SOVERSION "2d")
target_link_libraries(rosbag ${catkin_LIBRARIES} ${Boost_LIBRARIES})
@@ -72,10 +72,10 @@ index d2b34d2..cdd6ccc 100644
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/speed_test.cpp")
add_executable(rosconsole_speed_test test/speed_test.cpp)
diff --git a/tools/topic_tools/CMakeLists.txt b/tools/topic_tools/CMakeLists.txt
-index bea81dd..8f0a581 100644
+index ef0bed8..a85d20b 100644
--- a/tools/topic_tools/CMakeLists.txt
+++ b/tools/topic_tools/CMakeLists.txt
-@@ -32,6 +32,7 @@ catkin_package(
+@@ -33,6 +33,7 @@ catkin_package(
catkin_add_env_hooks(20.transform SHELLS bash DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/env-hooks)
add_library(topic_tools src/shape_shifter.cpp src/parse.cpp)
@@ -96,10 +96,10 @@ index 03e906a..b9403b0 100644
install(TARGETS ${PROJECT_NAME}
diff --git a/utilities/roslz4/CMakeLists.txt b/utilities/roslz4/CMakeLists.txt
-index ab1e99f..b0a2f84 100644
+index 68f65f7..378303f 100644
--- a/utilities/roslz4/CMakeLists.txt
+++ b/utilities/roslz4/CMakeLists.txt
-@@ -30,6 +30,7 @@ add_library(roslz4 src/lz4s.c src/xxhash.c)
+@@ -31,6 +31,7 @@ add_library(roslz4 src/lz4s.c src/xxhash.c)
set_source_files_properties(
src/lz4s.c
PROPERTIES COMPILE_FLAGS "-Wno-sign-compare")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-ros-comm.git
More information about the debian-science-commits
mailing list