Provided by: debhelper_11.1.6ubuntu2_all bug

名前

       dh_prep - バイナリパッケージビルドの事前準備として諸々の消去を行う

書式

       dh_prep [debhelper オプション] [-Xitem]

説明

       dh_prep はバイナリパッケージビルドの下準備時として諸々のファイル消去を行う debhelper プロ
       グラムです (これは dh_clean -k が昔行っていた作業となります)。本プログラムはパッケージビル
       ドディレクトリ、debian/tmp、あるいは、パッケージビルド中に生成した一時ファイルを取り除きま
       す。

       本プログラムは通常、binary-arch や、binary-indep ターゲット、あるいは、これらが依存するイ
       ンストール関連のターゲットの一番最初の作業にて実行されるようにします。

オプション

       -Xitem --exclude=item
           Exclude files that contain item anywhere in their filename from being deleted, even if
           they would normally be deleted. You may use this option multiple times to build up a
           list of things to exclude.

参照

       debhelper(7)

       このプログラムは debhelper の一部です。

作者

       Joey Hess <joeyh@debian.org>