Man page - dh_clistrip(1)

Packages contains this manual

Manual

DH_CLISTRIP

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

NAME

dh_clistrip - strips CLI debug symbols from package build directories

SYNOPSIS

dh_clistrip [ debhelper options ] [ -X item ] [--dbg-package=package]

DESCRIPTION

dh_clistrip is a debhelper program that removes debug symbols from CLI libraries and applications.

dh_clistrip deletes all *.pdb, *.exe.mdb and *.dll.mdb files.

OPTIONS

-X item , --exclude= item

Exclude files that contain "item" anywhere in their filename from being deleted. You may use this option multiple times to build up a list of things to exclude.

--dbg-package= package

Moves the debug symbols to the specified package.

SEE ALSO

debhelper (7)

This program is part of cli-common-dev.

AUTHOR

Mirco Bauer <meebey@meebey.net>