2 Section: contrib/kernel
4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
5 Build-Depends: debhelper-compat (= 10),
8 linux-headers-_KVERS_ | raspberrypi-kernel-headers
9 Standards-Version: 4.3.0
10 Homepage: http://www.openzfs.org/
11 Vcs-Git: https://github.com/openzfs/zfs.git
12 Vcs-Browser: https://github.com/openzfs/zfs
14 Package: openzfs-zfs-modules-_KVERS_
16 Provides: openzfs-zfs-modules
17 Depends: linux-image-_KVERS_ | raspberrypi-kernel
18 Recommends: openzfsutils
19 Replaces: zfs-modules-_KVERS_
20 Conflicts: zfs-modules-_KVERS_
21 Description: OpenZFS filesystem kernel modules for Linux (kernel _KVERS_)
22 An advanced integrated volume manager and filesystem that is designed for
23 performance and data integrity. Snapshots, clones, checksums, deduplication,
24 compression, and RAID redundancy are built-in features.
26 This package contains the compiled kernel module for _KVERS_
28 Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
30 If you have compiled your own kernel, you will most likely need to build
31 your own zfs-modules. The zfs-source package has been
32 provided for use with the Debian kernel-package utility to produce a
33 version of zfs-module for your kernel.