Comment 2 for bug 1560839

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Reading through dh_strip since we have no old -dbg package to care about it might be enough to just do:

export EXTRA_CFLAGS = -g

- the export makes sure we build it for all binaries
- dh_strip magically does the right thing and should create a dbgsym packages as appropriate