dh_clifixperms(1) 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.

AUTHOR

Dylan R. E. Moonfire <[email protected]> based on work from Joey Hess <[email protected]>.