dh_installinfo - info
ファイルをインストールする
dh_installinfo [
debhelper options] [
-A]
[
file ...]
dh_installinfo
は、パッケージビルドディレクトリ内の
usr/share/info
ディレクトリ以下に info
ファイルをインストールします。
From debhelper compatibility level 11 on,
dh_install will fall back to
looking in
debian/tmp for files, if it does not find them in the
current directory (or wherever you've told it to look using
--sourcedir).
- debian/package.info
- インストールすべき
info
ファイルを列挙したものです。
Supports substitution variables in compat 13 and later as documented in
debhelper(7).
-
-A, --all
- 全パッケージに対して、コマンドラインパラメータに指定されたファイルを全てインストールします。
-
--sourcedir=dir
- Look in the specified directory for files to be installed.
This option requires compat 11 or later (it is silently ignored in compat
10 or earlier).
Note that this is not the same as the --sourcedirectory option used
by the dh_auto_* commands. You rarely need to use this
option, since dh_installinfo automatically looks for files in
debian/tmp in debhelper compatibility level 11 and above.
-
file ...
- こちらにて指定される
info
ファイルを、処理を行う最初のパッケージにインストールします
( -A
が指定されていれば、全パッケージに対してインストールされます)
debhelper(7)
このプログラムは debhelper
の一部です。
Joey Hess <
[email protected]>