]> git.donarmstrong.com Git - debhelper.git/blob - dh_strip.1
r275: No idea.
[debhelper.git] / dh_strip.1
1 .TH DH_STRIP 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_strip \- strip executables, shared libraries, and some static libraries.
4 .SH SYNOPSIS
5 .B dh_strip
6 .I "[debhelper options] [-Xitem]"
7 .SH "DESCRIPTION"
8 dh_strip is a debhelper program that is responsible for stripping
9 executables, shared libraries, and static libraries that are not used for
10 debugging.
11 .P
12 It assumes that files that have names like lib*_g.a are static libraries
13 used in debugging, and will not strip them.
14 .SH OPTIONS
15 .TP
16 .B debhelper options
17 See
18 .BR debhelper (1)
19 for a list of options common to all debhelper commands.
20 .TP
21 .B \-Xitem, \--exclude=item
22 Exclude files that contain "item" anywhere in their filename from being
23 stripped. You may use this option multiple times to build up a list of
24 things to exclude.
25 .SH ENVIRONMENT
26 See
27 .BR debhelper (1)
28 for a list of environment variables that affect all debhelper commands.
29 .SH "SEE ALSO"
30 .BR debhelper (1)
31 .SH "CONFORMS TO"
32 Debian policy, version 3.0.1
33 .SH AUTHOR
34 Joey Hess <joeyh@master.debian.org>