Package: dkms / 2.6.1-4
Metadata
Package | Version | Patches format |
---|---|---|
dkms | 2.6.1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 688904.patch | (download) |
dkms |
3 2 + 1 - 0 ! |
688904 |
0002 757758.patch | (download) |
dkms |
13 7 + 6 - 0 ! |
757758 |
0003 Do not ignore kernelsourcedir.patch | (download) |
dkms |
3 3 + 0 - 0 ! |
do not ignore --kernelsourcedir =================================================================== |
0004 mkbmdeb support for lean binary package with only th.patch | (download) |
Makefile |
4 4 + 0 - 0 ! |
mkbmdeb: support for lean binary package with only the built modules Creates a Debian binary package containing just the binary modules in the /lib/modules installation path. This package does not depend on dkms and does not require a toolchain to be installed on the target host. Useful if you want to have a package to install on hosts identical to the build system without installing the full toolchain on them. Bug-Debian: http://bugs.debian.org/554843 |
0008 Don t assume boot config exists test first.patch | (download) |
dkms_common.postinst |
1 1 + 0 - 0 ! |
don't assume /boot/config-* exists, test first. |
0009 Add support for UEFI Secure Boot validation toggling.patch | (download) |
dkms_common.postinst |
3 3 + 0 - 0 ! |
add support for uefi secure boot validation toggling through shim This allows one to install third-party drivers and still have their system work (albeit without full Secure Boot validation), automatizing the step of disabling validation in shim. Users still have the possibility to notice this and skip the step, thus not disabling Secure Boot (but then, they will not be able to load the dkms drivers that were added). |
0015 change arch in mkdeb template.patch | (download) |
template-dkms-mkdeb/debian/control |
2 1 + 1 - 0 ! |
change arch in mkdeb control file The change in patch 0004-mkbmdeb-support-for-lean-binary-package-with-only-th.patch expects DEBIAN_BUILD_ARCH in the control file but the mkdeb control file was not changed. |
6ef1a48eda99ec0d728302830483fd0137174d17.patch | (download) |
dkms |
2 1 + 1 - 0 ! |
[patch] preserve module version type positions Initialize the "res" array of get_module_verinfo() to three empty elements to |
63.patch | (download) |
dkms_autoinstaller |
4 2 + 2 - 0 ! |
[patch] fix syntactic error when the system shell is zsh When the system '/bin/sh' points to the zsh shell, then the script is run with zsh in sh compatibility mode; in that case functions must end with either a semicolon or a newline. (https://github.com/dell/dkms/issues/62) * dkms_autoinstaller (log_end_msg): Terminate the function with a semicolon. Add missing white space in comment. |
bash completions.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
adapt to new bash-completion directory |