Provided by: debhelper_11.1.6ubuntu2_all bug

名前

       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>