dh_fixperms -
パッケージビルドディレクトリ内のファイル権限を修正する
dh_fixperms [
debhelper options] [
-Xitem]
dh_fixperms
はパッケージビルドディレクトリ配下でファイルとディレクトリの権限を設定する役割の
debhelper
プログラムです。また、設定される権限は正しいもの、つまり
Debian
ポリシーに従って設定されます。
dh_fixperms makes all files in
usr/share/doc in the package build
directory (excluding files in the
examples/ directory) be mode 644. It
also changes the permissions of all man pages to mode 644. It removes group
and other write permission from all files. It removes execute permissions from
any libraries, headers, Perl modules, or desktop files that have it set. It
makes all files in the standard
bin and
sbin directories,
usr/games/ and
etc/init.d executable (since v4). Finally, it
removes the setuid and setgid bits from all files in the package.
When the
Rules-Requires-Root field has the (effective) value of
binary-targets,
dh_fixperms will also reset the ownership of all
paths to "root:root".
-
-Xitem, --exclude item
- パーミッションの変更対象のファイルから、item
をファイル名の一部に持つものを除外します。除外対象を列挙したい場合は、このオプションを複数回指定します。
debhelper(7)
このプログラムは debhelper
の一部です。
Joey Hess <
[email protected]>