Bug Report
What's the issue you encountered?
The PKGBUILD files in this repo are missing the !debug option which prevents pacman from adding debug information to the package at /usr/src/debug/package-name/.
How can the issue be reproduced?
Create a package with makepkg -fcsr (or any other set of arguments, those are just the ones I use when testing) on Arch Linux (or another Arch-based distro).
Environment?
Arch Linux, with no changes to devkitPro tooling.
Additional context?
I added the !debug option to the 3ds-curl package in my PR: #423 while I was testing.
For debugging, you can use pacman -pQl 3ds/curl/3ds-curl-8.15.0-1-any.pkg.tar.zst after building to get the list of files in the package.
Bug Report
What's the issue you encountered?
The
PKGBUILDfiles in this repo are missing the!debugoption which preventspacmanfrom adding debug information to the package at/usr/src/debug/package-name/.How can the issue be reproduced?
Create a package with
makepkg -fcsr(or any other set of arguments, those are just the ones I use when testing) on Arch Linux (or another Arch-based distro).Environment?
Arch Linux, with no changes to devkitPro tooling.
Additional context?
I added the
!debugoption to the3ds-curlpackage in my PR: #423 while I was testing.For debugging, you can use
pacman -pQl 3ds/curl/3ds-curl-8.15.0-1-any.pkg.tar.zstafter building to get the list of files in the package.