Provided by: debhelper_13.24.2ubuntu1_all bug

名前

       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(7)

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

作者

       Joey Hess <joeyh@debian.org>

13.24.2ubuntu1                                     2025-05-22                                    DH_INSTALLWM(1)