Construct deb package from ros package with my own dependencies [closed]

asked 2018-04-11 04:45:06 -0500

billyDong gravatar image

Hello, I'm trying to create a deb package for testing (i don't want to release it), and my package has internal dependencies. I use bloom-generate but rosdep does not work when I use my own services, messages or even another catkin package dependency, for example:

$ bloom-generate rosdebian --os-name ubuntu --ros-distro kinetic
==> Generating debs for ubuntu:xenial for package(s) ['My_Package']
Could not resolve rosdep key 'My_Msgs'
Try to resolve the problem with rosdep and then continue.
Continue [Y/n]? 
Running 'rosdep update'...
Could not resolve rosdep key 'My_Msgs'

If the solution goes by adding the key to rosdep, I would like to know how to do such task.. I've been searching and found tow different solution but I don't know how to apply them:

  1. use Checkinstall
  2. use dpkg-buidpackage

I've trying to study this two solutions but so far with no success, I will update the question if I manage to do something with these approaches

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by nuclearsandwich
close date 2018-04-11 15:00:19.845843

Comments

This looks like a duplicate of https://answers.ros.org/question/2802...

If there's anything not covered in that question let me know and I'll update to address it.

nuclearsandwich gravatar image nuclearsandwich  ( 2018-04-11 12:09:31 -0500 )edit