Linux Commands Examples

A great documentation place for Linux commands

dh_dkms

correctly handle DKMS usage by a kernel module package


see also : dkms

Synopsis

dh_dkms [debhelper options] [-l] [-V[version]] [-- file]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
build:
override_dh_auto_clean:
override_dh_auto_build:
override_dh_dkms:
dh_dkms -p$(pkgname) -V $(version)
0
source
            
echo : > drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_64.o.cmd
override_dh_auto_test:
override_dh_dkms:
dh_dkms -V $(MODULE_VERSION)
0
source
            
override_dh_auto_build:
override_dh_dkms:
dh_dkms -p$(name)-dkms -V $(version)
override_dh_auto_install:
# bbswitch-dkms

description

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.

options

-l, --legacy

Add code to also support DKMS versions < 2.1.0.0.

-V, -V version

If "PACKAGE_VERSION" in dkms.conf is set to "#MODULE_VERSION#", set it to the given version or, if none is given, default to the upstream version of the current package. Otherwise, leave the value specified in dkms.conf.

-- file

Don’t look for debian/package.dkms or debian/dkms, but install file as dkms.conf.

files

debian/package.dkms
debian/dkms

It can be a proper configuration file, and in this case it would be installed in the proper directory as dkms.conf.

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.

notes

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’.


see also

debhelper

This program is part of the Debian DKMS package.

dkms


author

David Paleino <dapal[:at:]debian[:dot:]org>

How can this site be more helpful to YOU ?


give  feedback