|
|
|
|
|
by JoshTriplett
3288 days ago
|
|
With current Debian, you don't need to do anything at all, and in particular you should not pass --dbg-package. Instead, dh_strip will automatically create a -dbgsym package containing detached debug symbols, if your package contains a library or binary. Also, make sure that you build with debug symbols enabled in the first place; the default CFLAGS should do that. |
|