diff options
author | joey <joey> | 2003-11-02 20:33:31 +0000 |
---|---|---|
committer | joey <joey> | 2003-11-02 20:33:31 +0000 |
commit | 899dc79d1e513b6ef1be961c6801c40af85e6695 (patch) | |
tree | a9b92f72ced88db41747058fb04dc828e03259b5 /dh_strip | |
parent | a509ee67ad821bec9ea5889a54e2d175b33f9997 (diff) | |
download | debhelper-899dc79d1e513b6ef1be961c6801c40af85e6695.tar.gz |
r1623: * dh_strip: typo. Closes: #218745version_4.1.79
* Updated Spanish man page translations for:
debhelper dh_installcron dh_installinit dh_installlogrotate dh_installman
dh_installmodules dh_installpam dh_install dh_movefiles dh_strip
Closes: #218718
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. |