You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the RPM and DEB packages generated do not include debug symbols, which can hinder debugging efforts when issues arise. This issue aims to implement the necessary steps to generate packages with debug symbols for both RPM and DEB packages.
Proposed Solution
Update Packaging Scripts:
Modify the scripts responsible for generating RPM and DEB packages to incorporate the inclusion of debug symbols.
Implement any necessary logic to ensure that debug symbols are correctly packaged and included.
Description
Currently, the RPM and DEB packages generated do not include debug symbols, which can hinder debugging efforts when issues arise. This issue aims to implement the necessary steps to generate packages with debug symbols for both RPM and DEB packages.
Proposed Solution
DEB
1- set dh_strip in the 'rules' file
2- Add this segment in the 'control' file
3- Copy dbg the file with build.sh from the docker container to the host machine.
Impact
Definition of Done
The text was updated successfully, but these errors were encountered: