]> git.donarmstrong.com Git - debhelper.git/blob - dh_strip.1
r264: * dh_shlibdeps: Fixed quoting problem that made it fail on weird file names.
[debhelper.git] / dh_strip.1
1 .TH DH_STRIP 1
2 .SH NAME
3 dh_strip \- strip executables, shared libraries, and some static libraries.
4 .SH SYNOPSIS
5 .B dh_strip
6 .I "[-v] [-a] [-i] [-ppackage]"
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 \-v
17 Verbose mode; show all commands that modify the package build directory.
18 .TP
19 .B \-a
20 Strip files in all architecture dependent packages.
21 .TP
22 .B \-i
23 Strip files in all architecture independent packages (likely, this is
24 pointless :-).
25 .TP
26 .B \-ppackage
27 Strip files for the package named "package".
28 .SH NOTES
29 The
30 .B \-a
31 .B \-i
32 and
33 .B \-p
34 arguments are cumulative. If none are specified, then all packages listed in
35 the control file will have their files stripped.
36 .SH ENVIRONMENT
37 .TP
38 .I DH_VERBOSE
39 Enables verbose mode
40 .SH "SEE ALSO"
41 .BR /usr/doc/debhelper/README
42 .SH "CONFORMS TO"
43 Debian policy, version 2.3.0.0
44 .SH AUTHOR
45 Joey Hess <joeyh@master.debian.org>