NAME¶
dh_clifixperms - fix permissions of files in CLI package build directories
SYNOPSIS¶
dh_clifixperms [
debhelper options] [
-Xitem]
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¶
- -Xitem, --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>.