DH_DKMS(1) | DKMS Debhelper | DH_DKMS(1) |
dh_dkms - correctly handle DKMS usage by a kernel module package
dh_dkms [debhelper options] [-l] [-V[version]] [-- file]
dh_dkms is a debhelper program that is responsible for correctly setting postinst, postrm and dependencies in kernel module packages using DKMS.
If a file named debian/package.dkms exists, then different actions are performed, depending on its contents.
It can also point to another file (this should be used when the configuration is provided by upstream), and in this case that file will be installed as dkms.conf in the proper directory.
This file can only miss if a filename is provided when calling dh_dkms.
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts.
IMPORTANT: binary packages using dh_dkms must have a name that ends in '-dkms'.
This program is part of the Debian DKMS package.
David Paleino <dapal@debian.org>
2010-02-17 | 2.1.1.1 |