FS#64143 - makepkg: include source files in package when options=(debug !strip)
Attached to Project:
Pacman
Opened by Allan McRae (Allan) - Wednesday, 16 October 2019, 01:11 GMT
Last edited by Allan McRae (Allan) - Thursday, 15 December 2022, 06:28 GMT
Opened by Allan McRae (Allan) - Wednesday, 16 October 2019, 01:11 GMT
Last edited by Allan McRae (Allan) - Thursday, 15 December 2022, 06:28 GMT
|
Details
With options=(debug !strip) a package requests debug info,
but does not strip symbols to a separate package. As we are
not creating a separate debug package, we should include
source files in /usr/share/src in the main package.
|
This task depends upon
Closed by Allan McRae (Allan)
Thursday, 15 December 2022, 06:28 GMT
Reason for closing: Implemented
Additional comments about closing: fcb1d4f87e67f3f6d56ef360302e8d4f8ead27d9
Thursday, 15 December 2022, 06:28 GMT
Reason for closing: Implemented
Additional comments about closing: fcb1d4f87e67f3f6d56ef360302e8d4f8ead27d9
Comment by Allan McRae (Allan) -
Wednesday, 16 October 2019, 01:12 GMT
Note: this will have file conflict issues with split packages...
So maybe create a debug package with just the source files, no
debug symbols.