Penguin
Annotated edit history of dh_strip(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_STRIP
2 !!!DH_STRIP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 CONFORMS TO
9 SEE ALSO
10 AUTHOR
11 ----
12 !!NAME
13
14
15 dh_strip - strip executables, shared libraries, and some static libraries
16 !!SYNOPSIS
17
18
19 __dh_strip__ [[''debhelper options'']
20 [[__-X__''item'']
21 !!DESCRIPTION
22
23
24 dh_strip is a debhelper program that is responsible for
25 stripping executables, shared libraries, and static
26 libraries that are not used for debugging.
27
28
29 It assumes that files that have names like lib*_g.a are
30 static libraries used in debugging, and will not strip
31 them.
32 !!OPTIONS
33
34
35 __-X__''item'',
36 __--exclude=__''item''
37
38
39 Exclude files that contain ``item'' anywhere in their
40 filename from being stripped. You may use this option
41 multiple times to build up a list of things to
42 exclude.
43 !!NOTES
44
45
46 If the DEB_BUILD_OPTIONS environment variable
47 contains ``nostrip'', nothing will be stripped, in
48 accordance with Debian policy.
49 !!CONFORMS TO
50
51
52 Debian policy, version 3.0.1
53 !!SEE ALSO
54
55
56 debhelper(1)
57
58
59 This program is a part of debhelper.
60 !!AUTHOR
61
62
63 Joey Hess
64 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.