[ros-bond-core] 08/10: Bump libbondcpp SOVERSION

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Dec 23 15:32:55 UTC 2017


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

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

commit 8fe10b7f07c493457e0f6d990eb0d80461145844
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Dec 23 16:21:33 2017 +0100

    Bump libbondcpp SOVERSION
---
 debian/control                                          | 4 ++--
 debian/{libbondcpp0d.install => libbondcpp1d.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 c439a48..36fc22c 100644
--- a/debian/control
+++ b/debian/control
@@ -92,7 +92,7 @@ Description: Robot OS 'bond' State Machine Compiler python package
 Package: libbondcpp-dev
 Section: libdevel
 Architecture: any
-Depends: libbondcpp0d (= ${binary:Version}), uuid-dev, ${misc:Depends}, libbond-dev, libroscpp-dev, libsmc-dev, ros-cmake-modules
+Depends: libbondcpp1d (= ${binary:Version}), uuid-dev, ${misc:Depends}, libbond-dev, libroscpp-dev, libsmc-dev, ros-cmake-modules
 Description: Development files for Robot OS bondcpp library
  This package is part of Robot OS (ROS). It is the 'bond' process state
  machine library C++ implementation development files.
@@ -103,7 +103,7 @@ Description: Development files for Robot OS bondcpp library
  connected until it is either broken explicitly or until a heartbeat
  times out.
 
-Package: libbondcpp0d
+Package: libbondcpp1d
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
diff --git a/debian/libbondcpp0d.install b/debian/libbondcpp1d.install
similarity index 100%
rename from debian/libbondcpp0d.install
rename to debian/libbondcpp1d.install
diff --git a/debian/patches/0002-Add-Debian-specific-SOVERSION.patch b/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
index e86294e..7d0d823 100644
--- a/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
+++ b/debian/patches/0002-Add-Debian-specific-SOVERSION.patch
@@ -7,14 +7,14 @@ Subject: Add Debian specific SOVERSION
  1 file changed, 1 insertion(+)
 
 diff --git a/bondcpp/CMakeLists.txt b/bondcpp/CMakeLists.txt
-index b28556e..d176b75 100644
+index b28556e..fd9b0d5 100644
 --- a/bondcpp/CMakeLists.txt
 +++ b/bondcpp/CMakeLists.txt
 @@ -20,6 +20,7 @@ add_library(${PROJECT_NAME}
    src/BondSM_sm.cpp
  )
  target_link_libraries(${PROJECT_NAME} ${UUID_LIBRARIES} ${catkin_LIBRARIES} ${BOOST_LIBRARIES})
-+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${bondcpp_VERSION} SOVERSION "0d")
++set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${bondcpp_VERSION} SOVERSION "1d")
  
  if(catkin_EXPORTED_TARGETS)
    add_dependencies(${PROJECT_NAME} ${catkin_EXPORTED_TARGETS})

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



More information about the debian-science-commits mailing list