[ros-comm] 01/01: Add dependencies based on catkin DEPENDS

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Jun 15 14:48:32 UTC 2015


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

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

commit 70981176643eb3624915989e65e1fad2c0a495b5
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Mon Jun 15 16:40:04 2015 +0200

    Add dependencies based on catkin DEPENDS
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 12efe0e..0bf8305 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ X-Python-Version: >= 2.7
 Package: libroscpp-dev
 Section: libdevel
 Architecture: any
-Depends: libroscpp0d (= ${binary:Version}), ${misc:Depends}, python
+Depends: libroscpp0d (= ${binary:Version}), ${misc:Depends}, python, libboost-signals-dev, libboost-filesystem-dev, libboost-system-dev
 Description: development files for libroscpp
  roscpp is a C++ implementation of ROS. It provides a client library that
  enables C++ programmers to quickly interface with ROS Topics, Services, and
@@ -155,7 +155,7 @@ Description: Python tools for recording from and playing back to ROS topics
 Package: librosbag-storage-dev
 Section: libdevel
 Architecture: any
-Depends: librosbag-storage0d (= ${binary:Version}), ${misc:Depends}
+Depends: librosbag-storage0d (= ${binary:Version}), ${misc:Depends}, libconsole-bridge-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-regex-dev
 Description: Development files for librosbag_storage
  This is a set of tools for recording from and playing back ROS message without
  relying on the ROS client library.
@@ -304,7 +304,7 @@ Description: Test suite based on roslaunch that is compatible with xUnit framewo
 Package: librostest-dev
 Section: libdevel
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libboost-system-dev, libboost-thread-dev
 Description: Development files for rostest
  rostest is an extension to roslaunch that enables roslaunch files to be
  used as test fixtures. As a fully running system has more complex behaviors
@@ -448,7 +448,7 @@ Description: Tool for diagnosing issues with a running ROS system
 Package: libroslz4-dev
 Section: libdevel
 Architecture: any
-Depends: libroslz4-0d (= ${binary:Version}), ${misc:Depends}
+Depends: libroslz4-0d (= ${binary:Version}), ${misc:Depends}, liblz4-dev
 Description: development files for libroslz4
  A Python and C++ implementation of the LZ4 streaming format.  Large data
  streams are split into blocks which are compressed using the very fast LZ4

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



More information about the debian-science-commits mailing list