Open jabl opened 9 months ago
I think that would be a useful feature. It may need a bit of refactoring of cargo-deb, because it currently assumes it's writing only one deb file, and that deb file has all the usual metadata.
Would you like to lead a project to add this feature?
With
--separate-debug-symbols
the debug symbols are separated from the binaries, however they are all combined in the same .deb package. Would it be possible to add an option so that the debug symbols would be placed in a separatepackagename-dbg-$VERSION.deb
package?