]> git.donarmstrong.com Git - debhelper.git/blob - dh_strip.1
r36: Initial Import
[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] [-Ptmpdir] [-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 .TP
29 .B \-Ptmpdir
30 Use "tmpdir" for package build directory. 
31 .SH NOTES
32 The
33 .B \-a
34 .B \-i
35 and
36 .B \-p
37 arguments are cumulative. If none are specified, then all packages listed in
38 the control file will have their files stripped.
39 .SH ENVIRONMENT
40 .TP
41 .I DH_VERBOSE
42 Enables verbose mode
43 .SH "SEE ALSO"
44 .BR /usr/doc/debhelper/README
45 .SH "CONFORMS TO"
46 Debian policy, version 2.3.0.0
47 .SH AUTHOR
48 Joey Hess <joeyh@master.debian.org>