-
Notifications
You must be signed in to change notification settings - Fork 123
Debian/Ubuntu packaging #3558
Comments
I did not find any better alternative that supports modular or component based packaging. I also think CPack would be the best fit.
Yes this should be possible. The component grouping depends on the package generator. CPackDeb for example would generate proper modular packages and not archives.
Managing dependencies should not be a problem, since the dependencies could be declared conditionally for each component dependent on the distro with CMake. I will try to get the old CPack configuration in |
Thank you so much for looking into it! 💖
Would be amazing if they finally can handle this! So that there is no misunderstanding of what I mean with "dependencies":
For me (Debian buster), cpack still works without any problem but it does not have anything in
Perfect 👍 |
This is actually already a long outstanding issue but hopefully @robaerd can bring some new ideas&solutions.
Currently we have debian branch, which contains the introductions for Debian packaging.
Problems:
Ideas we had so far:
So cpack looks actually the most promising. @robaerd can you please investigate if:
The text was updated successfully, but these errors were encountered: