4 Feb
2022
4 Feb
'22
2:07 p.m.
On 4/2/22 22:49, Jelle van der Waa via arch-dev-public wrote:
* How do I create a debug package?
Add 'debug' to the options array in your PKGBUILD, bump pkgrel and rebuild. This should result into a debug package based on the 'pkgbase' of the package/PKGBUILD so for linux it ends up creating linux-debug-$pkgver-$pkgrel.tar.zst.
Are we intending to make that the default in devtools? Allan