diff options
Diffstat (limited to 'dh_strip')
-rwxr-xr-x | dh_strip | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ executables, shared libraries, and static libraries that are not used for debugging. This program examines your package build directories and works out what -to strip on its own. It uses L<file(1)> and file permisions and filenames +to strip on its own. It uses L<file(1)> and file permissions and filenames to figure out what files are shared libraries (*.so), executable binaries, and static (lib*.a) and debugging libraries (lib*_g.a, debug/*.so), and strips each as much as is possible. (Which is not at all for debugging @@ -63,7 +63,7 @@ binutils (>= 2.14.90.0.7). =item B<-k>, B<--keep-debug> -Debug symbols will be retained, but split into an independant +Debug symbols will be retained, but split into an independent file in usr/lib/debug/ in the package build directory. --dbg-package is easier to use than this option, but this option is more flexible. |