Provided by: debhelper_11.1.6ubuntu2_all 

名前
dh_installdirs - パッケージビルドディレクトリ以下にサブディレクトリを作成する
書式
dh_installdirs [debhelper options] [-A] [dir ...]
説明
dh_installdirs はパッケージビルドディレクトリ以下にサブディレクトリを作成する役目を持つ debhelper プログ
ラムです。
Many packages can get away with omitting the call to dh_installdirs completely. Notably, other dh_*
commands are expected to create directories as needed.
ファイル
debian/package.dirs
package 以下に作るディレクトリを列挙します
Generally, there is no need to list directories created by the upstream build system or directories
needed by other debhelper commands.
オプション
-A, --all
コマンドラインパラメータに指定されたディレクトリを作成します。この場合、最初のパッケージのみならず全
パッケージに作用します。
dir ...
動作する最初のパッケージのパッケージビルドディレクトリ以下に指定されたディレクトリを作成します (ある
いは、-A が指定されれば、全パッケージのパッケージビルドディレクトリに対して行われます)。
参照
debhelper(7)
このプログラムは debhelper の一部です。
作者
Joey Hess <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_INSTALLDIRS(1)