]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/control.in
List forgotten init.d script copyright holders found by looking for 'BSD'.
[mirror_zfs-debian.git] / debian / control.in
CommitLineData
7e4739a2 1Source: zfs-linux
3d66721f 2Section: contrib/kernel
182c8a65 3Priority: optional
42b1a2ac 4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
6e2ceb51
AX
5Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
e8f06def 7Build-Depends: dh-autoreconf,
e7a57fc0 8 dh-systemd,
6e2ceb51
AX
9 autotools-dev,
10 debhelper (>= 9),
11 dkms (>> 2.1.1.2-5),
12 libselinux1-dev,
13 libtool,
14 lsb-release,
15 po-debconf,
16 uuid-dev,
81441311
AX
17 zlib1g-dev,
18 python
fc394902 19Standards-Version: 3.9.6
42b1a2ac
CALP
20Homepage: http://www.zfsonlinux.org/
21Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
22Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
7e4739a2 23
418ece33 24Package: libnvpair1linux
3d66721f 25Section: contrib/libs
01b298ec 26Architecture: linux-any
1b1f7dc7 27Depends: ${misc:Depends}, ${shlibs:Depends}
836a5158 28Description: Solaris name-value library for Linux
2c9a21ec
DH
29 This library provides routines for packing and unpacking nv pairs for
30 transporting data across process boundaries, transporting between
31 kernel and userland, and possibly saving onto disk files.
0a1dbd11 32
418ece33 33Package: libuutil1linux
3d66721f 34Section: contrib/libs
01b298ec 35Architecture: linux-any
1b1f7dc7 36Depends: ${misc:Depends}, ${shlibs:Depends}
836a5158 37Description: Solaris userland utility library for Linux
21d4841c 38 This library provides a variety of glue functions for ZFS on Linux:
591619c8
AX
39 * libspl: The Solaris Porting Layer userland library, which provides APIs
40 that make it possible to run Solaris user code in a Linux environment
41 with relatively minimal modification.
42 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation
43 library.
44 * libefi: The Extensible Firmware Interface library for GUID disk
45 partitioning.
46 * libshare: NFS, SMB, and iSCSI service integration for ZFS.
0a1dbd11 47
418ece33 48Package: libzfslinux-dev
3d66721f 49Section: contrib/libdevel
9e5db36f 50Architecture: linux-any
3d66721f
AX
51Depends: libzfs2linux (= ${binary:Version}), libzpool2linux (= ${binary:Version}),
52 libnvpair1linux (= ${binary:Version}), libuutil1linux (= ${binary:Version}),
53 ${misc:Depends}
9e5db36f 54Provides: libnvpair-dev, libuutil-dev
1d00b166
AX
55Description: OpenZFS filesystem development files for Linux
56 Header files and static libraries for compiling software against
57 libraries of OpenZFS filesystem.
591619c8
AX
58 .
59 This package includes the development files of libnvpair1, libuutil1,
1d00b166 60 libzpool2 and libzfs2.
9e5db36f 61
418ece33 62Package: libzfs2linux
3d66721f 63Section: contrib/libs
01b298ec 64Architecture: linux-any
1b1f7dc7 65Depends: ${misc:Depends}, ${shlibs:Depends}
1d00b166 66Description: OpenZFS filesystem library for Linux
182c8a65
AX
67 The Z file system is a pooled filesystem designed for maximum data
68 integrity, supporting data snapshots, multiple copies, and data
591619c8 69 checksums.
182c8a65 70 .
1d00b166 71 The OpenZFS library provides support for managing OpenZFS filesystems.
0a1dbd11 72
3d66721f
AX
73Package: libzpool2linux
74Section: contrib/libs
01b298ec 75Architecture: linux-any
1b1f7dc7 76Depends: ${misc:Depends}, ${shlibs:Depends}
1d00b166 77Description: OpenZFS pool library for Linux
182c8a65
AX
78 The Z file system is a pooled filesystem designed for maximum data
79 integrity, supporting data snapshots, multiple copies, and data
591619c8 80 checksums.
182c8a65
AX
81 .
82 This zpool library provides support for managing zpools.
0a1dbd11 83
7e4739a2 84Package: zfs-dkms
1ad3b212 85Architecture: all
19b66348 86Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
6e2ceb51 87Depends: dkms (>> 2.1.1.2-5), lsb-release, ${misc:Depends}
9609acae
AX
88Recommends: zfsutils-linux, zfs-zed
89Provides: zfs-modules
1d00b166 90Description: OpenZFS filesystem kernel modules for Linux
182c8a65
AX
91 The Z file system is a pooled filesystem designed for maximum data
92 integrity, supporting data snapshots, multiple copies, and data
6e2ceb51 93 checksums.
21d4841c 94 .
1d00b166
AX
95 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of
96 OpenZFS.
7e4739a2 97
2b5083c8 98Package: zfs-initramfs
a0d83f07 99Architecture: all
418ece33 100Depends: initramfs-tools, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
1d00b166 101Description: OpenZFS root filesystem capabilities for Linux - initramfs
2b5083c8
AX
102 The Z file system is a pooled filesystem designed for maximum data
103 integrity, supporting data snapshots, multiple copies, and data
6e2ceb51 104 checksums.
2b5083c8 105 .
1d00b166 106 This package adds OpenZFS to the system initramfs with a hook
2b5083c8 107 for the initramfs-tools infrastructure.
7e4739a2 108
12c93946 109Package: zfs-dracut
a0d83f07 110Architecture: all
12c93946 111Depends: dracut, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
1d00b166 112Description: OpenZFS root filesystem capabilities for Linux - dracut
12c93946
AX
113 The Z file system is a pooled filesystem designed for maximum data
114 integrity, supporting data snapshots, multiple copies, and data
115 checksums.
116 .
1d00b166 117 This package adds OpenZFS to the system initramfs with a hook
12c93946
AX
118 for the dracut infrastructure.
119
418ece33 120Package: zfsutils-linux
3d66721f 121Section: contrib/admin
01b298ec 122Architecture: linux-any
81441311 123Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
9609acae 124Recommends: lsb-base, zfs-modules | zfs-dkms, zfs-zed
12c93946 125Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs | zfs-dracut
3d2f411b 126Conflicts: zfs, zfs-fuse
418ece33 127Provides: zfsutils
1d00b166 128Description: command-line tools to manage OpenZFS filesystems
591619c8 129 The Z file system is a pooled filesystem designed for maximum data
2b5083c8 130 integrity, supporting data snapshots, multiple copies, and data
6e2ceb51 131 checksums.
591619c8
AX
132 .
133 This package provides the zfs and zpool commands to create and administer
1d00b166 134 OpenZFS filesystems.
47ba6fdb 135
a2591d3d
AX
136Package: zfs-zed
137Section: contrib/admin
138Architecture: linux-any
9609acae 139Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux
a2591d3d
AX
140Description: OpenZFS Event Daemon
141 The Z file system is a pooled filesystem designed for maximum data
142 integrity, supporting data snapshots, multiple copies, and data
143 checksums.
144 .
1d00b166 145 This package provides the OpenZFS Event Daemon (zed).
a2591d3d 146
eb6a4b3d 147Package: zfs-dbg
3d66721f 148Section: contrib/debug
cae47685 149Priority: extra
47ba6fdb 150Architecture: linux-any
418ece33
AX
151Depends: libnvpair1linux (= ${binary:Version}),
152 libuutil1linux (= ${binary:Version}),
153 libzfs2linux (= ${binary:Version}),
3d66721f 154 libzpool2linux (= ${binary:Version}),
ee5a5bc2 155 zfsutils-linux (= ${binary:Version}), zfs-zed (= ${binary:Version}),
6e2ceb51 156 ${misc:Depends}
1d00b166 157Description: Debugging symbols for OpenZFS userland libraries and tools
591619c8 158 The Z file system is a pooled filesystem designed for maximum data
2b5083c8 159 integrity, supporting data snapshots, multiple copies, and data
eb6a4b3d 160 checksums.
47ba6fdb 161 .
1d00b166
AX
162 This package contains the debugging symbols for libzpool2linux, libzfs2linux,
163 libnvpair1linux, libuutil1linux, zfs-zed and zfsutils-linux.