DH_INSTALLDEBCONF(1) | Debhelper | DH_INSTALLDEBCONF(1) |
dh_installdebconf - ビルドディレクトリの debconf が使うファイルをインストールする
dh_installdebconf [debhelper options] [-n] [-- params]
dh_installdebconf は、debconf により使われるファイルをパッケージビルドディレクトリへインストールする役割を持つ debhelper プログラムです。
It also automatically generates the postrm commands needed to interface with debconf. The commands are added to the maintainer scripts by dh_installdeb. See dh_installdeb(1) for an explanation of how that works.
debconf を使うと、パッケージは debconf に対して依存するという事に注意してください (本プログラムにより ${misc:Depends} へ依存関係の追加が行われます)。
dpkg により設定用スクリプトが呼び出されることになりますが、postinst ファイルには debconf の confmodule を含める必要があることに注意してください。dh_installdebconf はこの作業を postinst へ自動的に挿入しません。というのも、これを自動的に正しく行うのは非常に難しいからです。
本スクリプト内に記載されている #DEBHELPER# という文言は他の debhelper コマンドにより生成されたシェルスクリプトのスニペットによって置き換えられます。
これが動作する為には、po-debconf に関するビルド依存の指定がパッケージに必要です。
このプログラムは debhelper の一部です。
Joey Hess <joeyh@debian.org>
2019-02-23 | 12.1.1 |