Introduce DKMS support for DEB packages

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-11-02 18:51:55 +01:00
parent edc729bed8
commit 3060aaf95f
8 changed files with 47 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ Source: <CAS_NAME>
Section: utils
Priority: optional
Maintainer: <PACKAGE_MAINTAINER>
Build-Depends: debhelper (>= 11), gawk, libelf-dev, linux-headers-generic
Build-Depends: debhelper (>= 11), gawk, libelf-dev, linux-headers-generic, dkms
Standards-Version: 4.1.2
Homepage: <CAS_HOMEPAGE>
Vcs-Git: <CAS_GIT>
@@ -21,7 +21,7 @@ Description: Open Cache Acceleration Software
Package: <CAS_NAME>-modules
Architecture: amd64
Depends: ${misc:Depends}
Depends: ${misc:Depends}, debhelper (>= 9), dkms
Description: Open Cache Acceleration Software kernel modules (${kver})
Open Cache Acceleration Software (Open CAS) is an open source project
encompassing block caching software libraries, adapters, tools and more.