- bookworm 13.11.4
- bookworm-backports 13.19~bpo12+1
- testing 13.20
- unstable 13.20
DH_INSTALLWM(1) | Debhelper | DH_INSTALLWM(1) |
名前¶
dh_installwm - ウィンドウマネージャを登録する
書式¶
dh_installwm [debhelper options] [-n] [--priority=n] [wm ...]
説明¶
dh_installwm is a debhelper program that is responsible for generating the postinst and prerm commands that register a window manager with update-alternatives(8). The window manager's man page is also registered as a slave symlink (in v6 mode and up). It must be installed in usr/share/man/man1/ in the package build directory prior to calling dh_installwm. In compat 9 and earlier, the manpage was optional.
ファイル¶
- debian/package.wm
- 登録すべきウインドウマネージャを列挙します。
Supports substitution variables in compat 13 and later as documented in debhelper(7).
オプション¶
- --priority=n
- ウインドウマネージャの優先順位を設定します。デフォルトは 20 で、こちらはほとんどのウインドウマネージャには低すぎる優先順位です。正しい値を算出する手順については、Debian ポリシーマニュアルを参照してください。
- -n, --no-scripts
- postinst/prerm スクリプトを変更しません。このコマンドにより、スクリプトの動作については何も影響を与えないようにします。
- -A, --all
- Modify scripts for window managers specified by command line parameters in ALL packages acted on, not just the first.
- wm ...
- 登録されるウインドウマネージャ。
付記¶
このコマンドは複数回実行しても安全なコマンドではありません。このコマンドを複数回呼び出す際には必ず間に dh_prep(1) を挿入してください。さもないと、メンテナスクリプト中に同じ内容のコードを繰り返し挿入してしまいます。
参照¶
このプログラムは debhelper の一部です。
作者¶
Joey Hess <joeyh@debian.org>
2024-08-23 | 13.20 |