Create a Deb file from two Ros Packages
Hello, I would like to create a DEB file for the packages A
and B
. Let's consider that everything it's perfect and I dont have any dependencies troubles. I can create a deb for A
and a deb for B
.
It's possible to create a deb file from a ros package using bloom-generate
, but this tool only works with one package at a time.
Is it possible to create a deb file for package A and B? Do I need to create a MetaPackage with these two packages?
Is your goal to build one deb containing two ROS packages or build both packages with one command?
@nuclearsandwich My goal is to have an installation file that install two packages. Can I do that? Do I have to create a metapackage with these two packages? The simpler the best, if I could build two (or more) packages with one command that would be perfect..