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