[ros-geometric-shapes] 03/04: Soname bump due to ABI changes

Jochen Sprickerhof jspricke at moszumanska.debian.org
Mon Sep 5 11:40:13 UTC 2016


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

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

commit de9a73ca46f94bfc39e041986753a1a418a34e74
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Fri Sep 2 12:47:05 2016 +0200

    Soname bump due to ABI changes
---
 debian/control                                                        | 4 ++--
 .../{libgeometric-shapes0d.install => libgeometric-shapes1d.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 b16b6f6..7c4342e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@ Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-geometr
 Package: libgeometric-shapes-dev
 Section: libdevel
 Architecture: any
-Depends: libgeometric-shapes0d (= ${binary:Version}), ${misc:Depends}, libeigen3-dev, libshape-msgs-dev, librandom-numbers-dev, libeigen-stl-containers-dev, libvisualization-msgs-dev, libboost-filesystem-dev, libassimp-dev, liboctomap-dev, ros-cmake-modules, libresource-retriever-dev, librosconsole-bridge-dev, libqhull-dev
+Depends: libgeometric-shapes1d (= ${binary:Version}), ${misc:Depends}, libeigen3-dev, libshape-msgs-dev, librandom-numbers-dev, libeigen-stl-containers-dev, libvisualization-msgs-dev, libboost-filesystem-dev, libassimp-dev, liboctomap-dev, ros-cmake-modules, libresource-retriever-dev, librosconsole-bridge-dev, libqhull-dev
 Description: Robot OS geometric_shapes package - development files 
  This package is part of Robot OS (ROS), and contains generic
  definitions of geometric shapes and bodies.
  .
  This package contains the development files.
 
-Package: libgeometric-shapes0d
+Package: libgeometric-shapes1d
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Multi-Arch: same
diff --git a/debian/libgeometric-shapes0d.install b/debian/libgeometric-shapes1d.install
similarity index 100%
rename from debian/libgeometric-shapes0d.install
rename to debian/libgeometric-shapes1d.install
diff --git a/debian/patches/0001-Add-Debian-specific-SOVERSION.patch b/debian/patches/0001-Add-Debian-specific-SOVERSION.patch
index 65a71e5..bc55077 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/CMakeLists.txt b/CMakeLists.txt
-index 1fab981..e8c7771 100644
+index 1fab981..c0710b1 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -68,6 +68,7 @@ add_library(${PROJECT_NAME}
  )
  
  target_link_libraries(${PROJECT_NAME} ${ASSIMP_LIBRARIES} ${QHULL_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES} ${Boost_LIBRARIES})
-+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${geometric_shapes_VERSION} SOVERSION "0d")
++set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${geometric_shapes_VERSION} SOVERSION "1d")
  
  
  if(CATKIN_ENABLE_TESTING)

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



More information about the debian-science-commits mailing list