diff options
Diffstat (limited to 'dh_strip')
-rwxr-xr-x | dh_strip | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,11 +49,11 @@ package. dh_strip will, when stripping off the debug symbols of files in the given package, save them to independent files in the package build directory for the "-dbg" package. -For example, you might have a package libfoo libfoo, and want to include a +For example, you might have a package named libfoo, and want to include a libfoo-dbg package that contains debugging symbols. The command "dh_strip --dbg-package=libfoo" will make dh_strip save the debugging symbols for usr/lib/libfoo.so.0 into usr/lib/debug/usr/lib/libfoo.so.0 in the package -build directory for libfoo-dbg. If libfoo-dbg is installed, gdb wil +build directory for libfoo-dbg. If libfoo-dbg is installed, gdb will automatically load up the debugging symbols from it when debugging libfoo. This option may be repeated to list more than one package. |