]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control.modules.in
3bd042c19c2775226a35703fa2c77016a4138c1a
[mirror_zfs-debian.git] / debian / control.modules.in
1 Source: zfs-linux
2 Section: contrib/kernel
3 Priority: extra
4 Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@alioth-lists.debian.net>
5 Build-Depends: autoconf,
6 autogen,
7 automake,
8 autotools-dev,
9 debhelper (>= 9),
10 dkms (>> 2.1.1.2-5),
11 libtool,
12 linux-headers-_KVERS_,
13 spl-dkms
14 Standards-Version: 4.1.1
15 Homepage: http://www.zfsonlinux.org/
16 Vcs-Git: git@salsa.debian.org:zfsonlinux-team/zfs.git
17 Vcs-Browser: https://salsa.debian.org/zfsonlinux-team/zfs
18
19 Package: zfs-modules-_KVERS_
20 Architecture: _ARCH_
21 Provides: zfs-modules
22 Depends: linux-image-_KVERS_, spl-modules | spl-dkms
23 Recommends: zfsutils
24 Description: OpenZFS filesystem kernel modules for Linux (kernel _KVERS_)
25 An advanced integrated volume manager and filesystem that is designed for
26 performance and data integrity. Snapshots, clones, checksums, deduplication,
27 compression, and RAID redundancy are built-in features.
28 .
29 This package contains the compiled kernel module for _KVERS_
30 .
31 Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
32 .
33 If you have compiled your own kernel, you will most likely need to build
34 your own zfs-modules. The zfs-source package has been
35 provided for use with the Debian kernel-package utility to produce a
36 version of zfs-module for your kernel.
37
38 Package: zfs-modules-_KVERS_-di
39 Package-Type: udeb
40 Section: contrib/debian-installer
41 Architecture: _ARCH_
42 Depends: ${misc:Depends}, ${shlibs:Depends}
43 Provides: zfs-modules, zfs-modules-_KVERS_-udeb
44 Description: OpenZFS filesystem kernel modules for Linux (debian-installar version for kernel _KVERS_)
45 An advanced integrated volume manager and filesystem that is designed for
46 performance and data integrity. Snapshots, clones, checksums, deduplication,
47 compression, and RAID redundancy are built-in features.
48 .
49 This package contains the compiled kernel module for _KVERS_
50 .
51 This is a minimal package for use in debian-installer.