Manpages

Manpage of DH_STRIP

DH_STRIP

Section: Debhelper (1)
Updated: 2001-12-26
Index
Return to Main Contents
 

NAME

dh_strip - strip executables, shared libraries, and some static libraries  

SYNOPSIS

dh_strip [debhelper options] [-Xitem]  

DESCRIPTION

dh_strip is a debhelper program that is responsible for stripping executables, shared libraries, and static libraries that are not used for debugging.

It assumes that files that have names like lib*_g.a are static libraries used in debugging, and will not strip them.  

OPTIONS

-Xitem, --exclude=item
Exclude files that contain ``item'' anywhere in their filename from being stripped. You may use this option multiple times to build up a list of things to exclude.
 

NOTES

If the DEB_BUILD_OPTIONS environment variable contains ``nostrip'', nothing will be stripped, in accordance with Debian policy.  

CONFORMS TO

Debian policy, version 3.0.1  

SEE ALSO

debhelper(1)

This program is a part of debhelper.  

AUTHOR

Joey Hess <joeyh@debian.org>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
NOTES
CONFORMS TO
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 00:42:32 GMT, April 20, 2024