[ros-rviz] 02/03: Soname bump due to ABI change

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Nov 5 22:48:07 UTC 2016


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

jspricke pushed a commit to branch master
in repository ros-rviz.

commit 6e601dd4a16c16f8be2e5954e7f7eade8fa91193
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Nov 5 23:12:45 2016 +0100

    Soname bump due to ABI change
---
 debian/control                                          | 4 ++--
 debian/{librviz1d.install => librviz2d.install}         | 0
 debian/patches/0001-Add-Debian-specific-SOVERSION.patch | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d7fb955..4a4f0c5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-rvi
 Package: librviz-dev
 Section: libdevel
 Architecture: any
-Depends: librviz1d (= ${binary:Version}), ${misc:Depends}, libangles-dev, ros-cmake-modules, libimage-transport-dev, libinteractive-markers-dev, liblaser-geometry-dev, libmap-msgs-dev, libmessage-filters-dev, libnav-msgs-dev, pluginlib-dev, python-qt-binding, libresource-retriever-dev, librosbag-dev, librosconsole-dev, libroscpp-dev, libroslib-dev, python-rospy, libsensor-msgs-dev, libstd-msgs-dev, libstd-srvs-dev, libtf-dev, liburdf-dev, libvisualization-msgs-dev, libogre-1.9-dev
+Depends: librviz2d (= ${binary:Version}), ${misc:Depends}, libangles-dev, ros-cmake-modules, libimage-transport-dev, libinteractive-markers-dev, liblaser-geometry-dev, libmap-msgs-dev, libmessage-filters-dev, libnav-msgs-dev, pluginlib-dev, python-qt-binding, libresource-retriever-dev, librosbag-dev, librosconsole-dev, libroscpp-dev, libroslib-dev, python-rospy, libsensor-msgs-dev, libstd-msgs-dev, libstd-srvs-dev, libtf-dev, liburdf-dev, libvisualization-msgs-dev, libogre-1.9-dev
 Description: Development files for the Robot OS 3D visualization tool
  This package is part of Robot OS (ROS) RViz package. RViz is a tool to
  visualize ROS messages and the state of the robot.
  .
  This package contains the development files for the rviz library.
 
-Package: librviz1d
+Package: librviz2d
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
diff --git a/debian/librviz1d.install b/debian/librviz2d.install
similarity index 100%
rename from debian/librviz1d.install
rename to debian/librviz2d.install
diff --git a/debian/patches/0001-Add-Debian-specific-SOVERSION.patch b/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
index cabf867..e996de1 100644
--- a/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
+++ b/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
@@ -7,14 +7,14 @@ Subject: Add Debian specific SOVERSION
  1 file changed, 1 insertion(+)
 
 diff --git a/src/rviz/CMakeLists.txt b/src/rviz/CMakeLists.txt
-index 3ccaf0e..eecf909 100644
+index 3ccaf0e..0814749 100644
 --- a/src/rviz/CMakeLists.txt
 +++ b/src/rviz/CMakeLists.txt
 @@ -144,6 +144,7 @@ target_link_libraries(${PROJECT_NAME}
    yaml-cpp
  )
  
-+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${rviz_VERSION} SOVERSION "1d")
++set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${rviz_VERSION} SOVERSION "2d")
  
  if(APPLE)
    set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")

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



More information about the debian-science-commits mailing list