Provided by: debhelper_11.1.6ubuntu2_all 

名前
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 ファイルを列挙したものです。
オプション
-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 <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_INSTALLINFO(1)