Skip to content
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

Option to generate separate -dbg package with debug symbols when --separate-debug-symbols is used #122

Open
jabl opened this issue Feb 1, 2024 · 1 comment

Comments

@jabl
Copy link

jabl commented Feb 1, 2024

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 separate packagename-dbg-$VERSION.deb package?

@kornelski
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants