[notelet-core] 01/01: Add catkin DEPENDS as dependencies

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Wed Jun 17 15:28:25 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository notelet-core.

commit 6758f78febe5f1e63c65d00def8c40a5bd0b1706
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Jun 16 09:58:13 2015 +0200

    Add catkin DEPENDS as dependencies
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1d0c681..3ea645f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/nod
 Package: libnodelet-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libboost-dev
 Description: ROS nodelet library - service header files
  The nodelet package is designed to provide a way to run multiple algorithms in
  the same process with zero copy transport between algorithms.
@@ -86,7 +86,7 @@ Description: ROS nodelet library
 Package: libnodelet-topic-tools-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libboost-thread-dev, libboost-dev
 Description: ROS nodelet_topic_tools library - development files
  The nodelet package is designed to provide a way to run multiple algorithms in
  the same process with zero copy transport between algorithms.

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



More information about the debian-science-commits mailing list