Hey all,
On 30/01/2022 12:08, Morten Linderud via arch-dev-public wrote:
I'm very happy to announce that debug packages in Arch Linux has been deployed
:)
This work began after FOSDEM 2020 and was announced in November 2020. However
because of time constraints it took quite a while before we 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
On Fri, Feb 04, 2022 at 11:07:29PM +1000, Allan McRae via arch-dev-public wrote:
> 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 in
On 04/02/2022 12:49, Jelle van der Waa via arch-dev-public wrote:
* How do I verify if the debug package is generated correctly?
After installing the debug package, gdb $binary should reveal:
[jelle@t14s][~]%gdb /usr/bin/cryptsetup
Reading symbols from /usr/bin/cryptsetup...
Reading symbols fr
On 2022-02-04 13:49, Jelle van der Waa via arch-dev-public wrote:
Hey all,
On 30/01/2022 12:08, Morten Linderud via arch-dev-public wrote:
I'm very happy to announce that debug packages in Arch Linux has been deployed
:)
This work began after FOSDEM 2020 and was announced in November 2020. Ho