forked from MIrrors/gasket-driver
Add dkms wrapper for gasket driver
Change-Id: If6cf050e0b88e8393926a251a2937d9ba4f6e1de Signed-off-by: Leonid Lobachev <leonidl@google.com>
This commit is contained in:
committed by
Michael Brooks
parent
3dfd0b697a
commit
61bcd59bab
23
debian/changelog
vendored
Normal file
23
debian/changelog
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
gasket-dkms (1.0-4) unstable; urgency=low
|
||||||
|
|
||||||
|
* Add thermal sysfs nodes.
|
||||||
|
|
||||||
|
-- Coral <coral-support@google.com> Wed, 15 May 2019 21:09:24 -0700
|
||||||
|
|
||||||
|
gasket-dkms (1.0-3) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix pci remove/rescan
|
||||||
|
|
||||||
|
-- Coral <coral-support@google.com> Fri, 25 Mar 2019 17:54:48 -0700
|
||||||
|
|
||||||
|
gasket-dkms (1.0-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Pull in fixes
|
||||||
|
|
||||||
|
-- Coral <coral-support@google.com> Fri, 22 Mar 2019 15:14:39 -0700
|
||||||
|
|
||||||
|
gasket-dkms (1.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Coral <coral-support@google.com> Wed, 04 Mar 2019 16:12:55 +0000
|
||||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
9
|
||||||
9
debian/control
vendored
Normal file
9
debian/control
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Source: gasket-dkms
|
||||||
|
Maintainer: Coral <coral-support@google.com>
|
||||||
|
Build-Depends: debhelper (>= 9), dkms
|
||||||
|
Homepage: https://coral.withgoogle.com/
|
||||||
|
|
||||||
|
Package: gasket-dkms
|
||||||
|
Architecture: all
|
||||||
|
Depends: dkms (>= 1.95), linux-headers, ${misc:Depends}
|
||||||
|
Description: DKMS source for the gasket driver
|
||||||
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --with dkms
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_install src/* usr/src/gasket-$(DEB_VERSION_UPSTREAM)/
|
||||||
|
|
||||||
|
override_dh_dkms:
|
||||||
|
dh_dkms -V $(DEB_VERSION_UPSTREAM)
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
override_dh_auto_build:
|
||||||
|
override_dh_auto_test:
|
||||||
|
override_dh_auto_install:
|
||||||
|
override_dh_auto_clean:
|
||||||
Reference in New Issue
Block a user