[PATCH 0/1] Use debugedit instead of AWK to parse source files

Morten Linderud foxboron at archlinux.org
Sun Jan 2 00:28:42 UTC 2022


From: Morten Linderud <morten at linderud.pw>

This utilizes the debugedit project which was split out from RPM fairly
recently. It's been used in things like portage and hopefully gives us better
support for debug packages in other languages then just C/C++

https://sourceware.org/debugedit/

I have tested this one a Go project and compared with the previously generated
pacman debug packages. Everything seems fine and gdb works for C, and delve
works for the Go project. 

Preferaly some more testing would be needed.

Morten Linderud (1):
  strip: Use debugedit instead of AWK to parse source files

 scripts/libmakepkg/tidy/strip.sh.in | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

-- 
2.34.1



More information about the pacman-dev mailing list