Fix invalid pointer access in trace_dbuf.h
[zfs.git] / contrib / debian / control.modules.in
blob34eb7fafba7c604b6b1c66648e683901d15c8a7c
1 Source: openzfs-linux
2 Section: contrib/kernel
3 Priority: optional
4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
5 Build-Depends: debhelper-compat (= 10),
6                dkms (>> 2.1.1.2-5),
7                libtool,
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_
15 Architecture: _ARCH_
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.
25  .
26  This package contains the compiled kernel module for _KVERS_
27  .
28  Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
29  .
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.