DH_PREP(1) - Linux manual
バイナリパッケージビルドの事前準備として諸々の消去を行う.
2018-05-10
DH_PREP(1) Debhelper DH_PREP(1)
@debian.org>
11.1.6ubuntu2 2018-05-10 DH_PREP(1)
名
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 <