Source: dkms
Section: kernel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9),
 automake,
 make,
 pkg-config
Standards-Version: 3.9.8
Homepage: https://github.com/dell/dkms
#Vcs-Git: https://anonscm.debian.org/collab-maint/dkms.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dkms.git

Package: dkms
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 coreutils,
 dpkg-dev,
 gcc,
 kmod | kldutils,
 make | build-essential,
 patch
Recommends: fakeroot,
 sudo,
 linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers,
 lsb-release
Suggests: menu,
 python3-apport
#Breaks: shim-signed (<< 1.34~)
Description: Dynamic Kernel Module Support
 Dynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. The concept is to have DKMS modules automatically rebuilt when a new kernel is installed.