Man page - dh_clifixperms(1)
Packages contains this manual
apt-get install cli-common-dev
Manual
DH_CLIFIXPERMS
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR
NAME
dh_clifixperms - fix permissions of files in CLI package build directories
SYNOPSIS
dh_clifixperms [ debhelper options ] [ -X item ]
DESCRIPTION
dh_clifixperms is a debhelper program that is responsible for setting the permissions of files and directories for CLI assemblies and executables.
dh_clifixperms makes all files that end in *.dll, *.mdb, *.cs, *.aspx, and *.config to mode 644 and *.exe to mode 755.
OPTIONS
-X item , --exclude item
Exclude files that contain "item" anywhere in their filename from having their permissions changed. You may use this option multiple times to build up a list of things to exclude.
SEE ALSO
debhelper (7)
This program is a part of cli-common.
AUTHOR
Dylan R. E. Moonfire <debian@mfgames.com> based on work from Joey Hess <joeyh@debian.org>.