-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debian package #65
Comments
Well, AFAIR using the official debian packaging stuff (dh_make, debhelper and such) was bit of a pain. As we're dealing with a rather simple C++/CMake library here, I guess the dh_make stuff is overkill. CPack can generate |
CPAck is awesome! See a working draft: #70 |
Completed with #70 💯 |
I was just thinking about how to integrate this package on MRT side. The two options I see are either a catkin wrapper or a debian package. The latter would have the additional benefit of being a relatively universal solution that would also simplify the usage of the library for other users.
I vaguely remember we discussed this a while ago and that creating debian packages isn't exactly the most straightforward process. Still, it would be nice to integrate it into the versioning/ci system that #59 would already add to the library.
Are there any reasons not to do that? Is the overhead very large? Maybe you can add your experiences @orzechow
The text was updated successfully, but these errors were encountered: