aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian/control.modules.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/debian/control.modules.in')
-rw-r--r--contrib/debian/control.modules.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/debian/control.modules.in b/contrib/debian/control.modules.in
new file mode 100644
index 000000000000..34eb7fafba7c
--- /dev/null
+++ b/contrib/debian/control.modules.in
@@ -0,0 +1,33 @@
+Source: openzfs-linux
+Section: contrib/kernel
+Priority: optional
+Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
+Build-Depends: debhelper-compat (= 10),
+ dkms (>> 2.1.1.2-5),
+ libtool,
+ linux-headers-_KVERS_ | raspberrypi-kernel-headers
+Standards-Version: 4.3.0
+Homepage: http://www.openzfs.org/
+Vcs-Git: https://github.com/openzfs/zfs.git
+Vcs-Browser: https://github.com/openzfs/zfs
+
+Package: openzfs-zfs-modules-_KVERS_
+Architecture: _ARCH_
+Provides: openzfs-zfs-modules
+Depends: linux-image-_KVERS_ | raspberrypi-kernel
+Recommends: openzfsutils
+Replaces: zfs-modules-_KVERS_
+Conflicts: zfs-modules-_KVERS_
+Description: OpenZFS filesystem kernel modules for Linux (kernel _KVERS_)
+ An advanced integrated volume manager and filesystem that is designed for
+ performance and data integrity. Snapshots, clones, checksums, deduplication,
+ compression, and RAID redundancy are built-in features.
+ .
+ This package contains the compiled kernel module for _KVERS_
+ .
+ Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
+ .
+ If you have compiled your own kernel, you will most likely need to build
+ your own zfs-modules. The zfs-source package has been
+ provided for use with the Debian kernel-package utility to produce a
+ version of zfs-module for your kernel.