other versions
- bookworm 13.11.4
- bookworm-backports 13.19~bpo12+1
- testing 13.20
- unstable 13.20
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 の一部です。
作者¶
Joey Hess <joeyh@debian.org>
2024-08-23 | 13.20 |