other versions
- buster 12.1.1
- buster-backports 13.3.1~bpo10+1
- testing 13.3.3
- unstable 13.3.4
DH_PREP(1) | Debhelper | 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 <joeyh@debian.org>2019-02-23 | 12.1.1 |