summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorjoey <joey>2003-11-02 20:33:31 +0000
committerjoey <joey>2003-11-02 20:33:31 +0000
commit899dc79d1e513b6ef1be961c6801c40af85e6695 (patch)
treea9b92f72ced88db41747058fb04dc828e03259b5 /dh_strip
parenta509ee67ad821bec9ea5889a54e2d175b33f9997 (diff)
r1623: * dh_strip: typo. Closes: #218745
* 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-xdh_strip4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_strip b/dh_strip
index 8543a4ec..28ccf756 100755
--- a/dh_strip
+++ b/dh_strip
@@ -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.