Are the dbgsym version of packages built? If so where are they?

Asked by Alexis Wilke

I found this old bug report:

https://bugs.launchpad.net/launchpad/+bug/156575

But when I look for my packages with debug symbols, I can't find anything.

Looking at the files available under my PPA folder, I just can't find anything mentioning "dbg" packages.

http://ppa.launchpad.net/snapcpp/ppa/ubuntu/

Specifically, if I look at the available packages for my cppthread project, I see the normal packages, not the dbg:

http://ppa.launchpad.net/snapcpp/ppa/ubuntu/pool/main/c/cppthread/

Now looking at a project such as alsa-lib (a.k.a. libasound2), I can see that the dbgsym package is made available:

https://launchpad.net/ubuntu/hirsute/+source/alsa-lib

So I would imagine that it can be done... but how?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Best Colin Watson (cjwatson) said :
#1

You can configure this for your PPA by going to https://launchpad.net/~snapcpp/+archive/ubuntu/ppa/+edit and checking "Build debug symbols" (and possibly also "Publish debug symbols" if you also want them to be published on ppa.launchpad.net as well as just being available through the Launchpad web UI, although this will use up your quota more quickly). It will take effect on subsequent builds, so you'll likely need to upload new versions.

Revision history for this message
Alexis Wilke (alexis-m2osw) said :
#2

Thanks Colin Watson, that solved my question.