summaryrefslogtreecommitdiff
path: root/dh_strip.1
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:45:36 +0000
committerjoey <joey>1999-08-17 04:45:36 +0000
commit3486d848644af197ded8a7e8d8c533dc30a5e574 (patch)
tree8df23969a7ed46d09bc004bad87416c1ee830b57 /dh_strip.1
parent17f711b58fbe60225ed2c63609042bcd548fc43d (diff)
downloaddebhelper-3486d848644af197ded8a7e8d8c533dc30a5e574.tar.gz
r54: Initial Import
Diffstat (limited to 'dh_strip.1')
-rw-r--r--dh_strip.19
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_strip.1 b/dh_strip.1
index 9cdd85a0..9ae97c60 100644
--- a/dh_strip.1
+++ b/dh_strip.1
@@ -3,7 +3,7 @@
dh_strip \- strip executables, shared libraries, and some static libraries.
.SH SYNOPSIS
.B dh_strip
-.I "[-v] [-a] [-i] [-Ptmpdir] [-ppackage]"
+.I "[-v] [-a] [-i] [--no-act] [-Ptmpdir] [-ppackage]"
.SH "DESCRIPTION"
dh_strip is a debhelper program that is responsible for stripping
executables, shared libraries, and static libraries that are not used for
@@ -23,6 +23,10 @@ Strip files in all architecture dependent packages.
Strip files in all architecture independent packages (likely, this is
pointless :-).
.TP
+.B \--no-act
+Do not really do anything. If used with -v, the result is that this command
+will output a list of what it would have done.
+.TP
.B \-ppackage, \--package=package
Strip files for the package named "package".
.TP
@@ -40,6 +44,9 @@ the control file will have their files stripped.
.TP
.I DH_VERBOSE
Enables verbose mode
+.TP
+.I DH_NO_ACT
+Enables no-act mode (see above).
.SH "SEE ALSO"
.BR /usr/doc/debhelper/README
.SH "CONFORMS TO"