]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
Updated Standards-Version from 3.9.6 to 3.9.7.
[mirror_zfs-debian.git] / debian / control
1 Source: zfs-linux
2 Section: contrib/kernel
3 Priority: optional
4 Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
5 Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
7 Build-Depends: dh-autoreconf,
8 dh-systemd,
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,
17 zlib1g-dev,
18 python
19 Standards-Version: 3.9.7
20 Homepage: http://www.zfsonlinux.org/
21 Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
22 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
23
24 Package: libnvpair1linux
25 Section: contrib/libs
26 Architecture: linux-any
27 Depends: ${misc:Depends}, ${shlibs:Depends}
28 Description: Solaris name-value library for Linux
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.
32
33 Package: libuutil1linux
34 Section: contrib/libs
35 Architecture: linux-any
36 Depends: ${misc:Depends}, ${shlibs:Depends}
37 Description: Solaris userland utility library for Linux
38 This library provides a variety of glue functions for ZFS on Linux:
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.
47
48 Package: libzfslinux-dev
49 Section: contrib/libdevel
50 Architecture: linux-any
51 Depends: libzfs2linux (= ${binary:Version}), libzpool2linux (= ${binary:Version}),
52 libnvpair1linux (= ${binary:Version}), libuutil1linux (= ${binary:Version}),
53 ${misc:Depends}
54 Provides: libnvpair-dev, libuutil-dev
55 Description: OpenZFS filesystem development files for Linux
56 Header files and static libraries for compiling software against
57 libraries of OpenZFS filesystem.
58 .
59 This package includes the development files of libnvpair1, libuutil1,
60 libzpool2 and libzfs2.
61
62 Package: libzfs2linux
63 Section: contrib/libs
64 Architecture: linux-any
65 Depends: ${misc:Depends}, ${shlibs:Depends}
66 Description: OpenZFS filesystem library for Linux
67 The Z file system is a pooled filesystem designed for maximum data
68 integrity, supporting data snapshots, multiple copies, and data
69 checksums.
70 .
71 The OpenZFS library provides support for managing OpenZFS filesystems.
72
73 Package: libzpool2linux
74 Section: contrib/libs
75 Architecture: linux-any
76 Depends: ${misc:Depends}, ${shlibs:Depends}
77 Description: OpenZFS pool library for Linux
78 The Z file system is a pooled filesystem designed for maximum data
79 integrity, supporting data snapshots, multiple copies, and data
80 checksums.
81 .
82 This zpool library provides support for managing zpools.
83
84 Package: zfs-dkms
85 Architecture: all
86 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
87 Depends: dkms (>> 2.1.1.2-5), lsb-release, ${misc:Depends}
88 Recommends: zfsutils-linux, zfs-zed
89 Provides: zfs-modules
90 Description: OpenZFS filesystem kernel modules for Linux
91 The Z file system is a pooled filesystem designed for maximum data
92 integrity, supporting data snapshots, multiple copies, and data
93 checksums.
94 .
95 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of
96 OpenZFS.
97
98 Package: zfs-initramfs
99 Architecture: all
100 Depends: initramfs-tools, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
101 Description: OpenZFS root filesystem capabilities for Linux - initramfs
102 The Z file system is a pooled filesystem designed for maximum data
103 integrity, supporting data snapshots, multiple copies, and data
104 checksums.
105 .
106 This package adds OpenZFS to the system initramfs with a hook
107 for the initramfs-tools infrastructure.
108
109 Package: zfs-dracut
110 Architecture: all
111 Depends: dracut, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
112 Description: OpenZFS root filesystem capabilities for Linux - dracut
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 .
117 This package adds OpenZFS to the system initramfs with a hook
118 for the dracut infrastructure.
119
120 Package: zfsutils-linux
121 Section: contrib/admin
122 Architecture: linux-any
123 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
124 Recommends: lsb-base, zfs-modules | zfs-dkms, zfs-zed
125 Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs | zfs-dracut
126 Conflicts: zfs, zfs-fuse
127 Provides: zfsutils
128 Description: command-line tools to manage OpenZFS filesystems
129 The Z file system is a pooled filesystem designed for maximum data
130 integrity, supporting data snapshots, multiple copies, and data
131 checksums.
132 .
133 This package provides the zfs and zpool commands to create and administer
134 OpenZFS filesystems.
135
136 Package: zfs-zed
137 Section: contrib/admin
138 Architecture: linux-any
139 Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux
140 Description: 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 .
145 This package provides the OpenZFS Event Daemon (zed).
146
147 Package: zfs-dbg
148 Section: contrib/debug
149 Priority: extra
150 Architecture: linux-any
151 Depends: libnvpair1linux (= ${binary:Version}),
152 libuutil1linux (= ${binary:Version}),
153 libzfs2linux (= ${binary:Version}),
154 libzpool2linux (= ${binary:Version}),
155 zfsutils-linux (= ${binary:Version}), zfs-zed (= ${binary:Version}),
156 ${misc:Depends}
157 Description: Debugging symbols for OpenZFS userland libraries and tools
158 The Z file system is a pooled filesystem designed for maximum data
159 integrity, supporting data snapshots, multiple copies, and data
160 checksums.
161 .
162 This package contains the debugging symbols for libzpool2linux, libzfs2linux,
163 libnvpair1linux, libuutil1linux, zfs-zed and zfsutils-linux.