]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
Move Recommends of -dbg to Depends
[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 Standards-Version: 3.9.6
19 Homepage: http://www.zfsonlinux.org/
20 Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
21 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
22
23 Package: libnvpair1linux
24 Section: contrib/libs
25 Architecture: linux-any
26 Depends: ${misc:Depends}, ${shlibs:Depends}
27 Description: Solaris name-value library for Linux
28 This library provides routines for packing and unpacking nv pairs for
29 transporting data across process boundaries, transporting between
30 kernel and userland, and possibly saving onto disk files.
31
32 Package: libuutil1linux
33 Section: contrib/libs
34 Architecture: linux-any
35 Depends: ${misc:Depends}, ${shlibs:Depends}
36 Description: Solaris userland utility library for Linux
37 This library provides a variety of glue functions for ZFS on Linux:
38 * libspl: The Solaris Porting Layer userland library, which provides APIs
39 that make it possible to run Solaris user code in a Linux environment
40 with relatively minimal modification.
41 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation
42 library.
43 * libefi: The Extensible Firmware Interface library for GUID disk
44 partitioning.
45 * libshare: NFS, SMB, and iSCSI service integration for ZFS.
46
47 Package: libzfslinux-dev
48 Section: contrib/libdevel
49 Architecture: linux-any
50 Depends: libzfs2linux (= ${binary:Version}), libzpool2linux (= ${binary:Version}),
51 libnvpair1linux (= ${binary:Version}), libuutil1linux (= ${binary:Version}),
52 ${misc:Depends}
53 Provides: libnvpair-dev, libuutil-dev
54 Description: OpenZFS filesystem development files for Linux
55 Header files and static libraries for compiling software against
56 libraries of OpenZFS filesystem.
57 .
58 This package includes the development files of libnvpair1, libuutil1,
59 libzpool2 and libzfs2.
60
61 Package: libzfs2linux
62 Section: contrib/libs
63 Architecture: linux-any
64 Depends: ${misc:Depends}, ${shlibs:Depends}
65 Description: OpenZFS filesystem library for Linux
66 The Z file system is a pooled filesystem designed for maximum data
67 integrity, supporting data snapshots, multiple copies, and data
68 checksums.
69 .
70 The OpenZFS library provides support for managing OpenZFS filesystems.
71
72 Package: libzpool2linux
73 Section: contrib/libs
74 Architecture: linux-any
75 Depends: ${misc:Depends}, ${shlibs:Depends}
76 Description: OpenZFS pool library for Linux
77 The Z file system is a pooled filesystem designed for maximum data
78 integrity, supporting data snapshots, multiple copies, and data
79 checksums.
80 .
81 This zpool library provides support for managing zpools.
82
83 Package: zfs-dkms
84 Architecture: all
85 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
86 Depends: dkms (>> 2.1.1.2-5), lsb-release, ${misc:Depends}
87 Recommends: zfsutils-linux, zfs-zed
88 Provides: zfs-modules
89 Description: OpenZFS filesystem kernel modules for Linux
90 The Z file system is a pooled filesystem designed for maximum data
91 integrity, supporting data snapshots, multiple copies, and data
92 checksums.
93 .
94 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of
95 OpenZFS.
96
97 Package: zfs-initramfs
98 Architecture: linux-any
99 Depends: initramfs-tools, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
100 Description: OpenZFS root filesystem capabilities for Linux - initramfs
101 The Z file system is a pooled filesystem designed for maximum data
102 integrity, supporting data snapshots, multiple copies, and data
103 checksums.
104 .
105 This package adds OpenZFS to the system initramfs with a hook
106 for the initramfs-tools infrastructure.
107
108 Package: zfs-dracut
109 Architecture: linux-any
110 Depends: dracut, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
111 Description: OpenZFS root filesystem capabilities for Linux - dracut
112 The Z file system is a pooled filesystem designed for maximum data
113 integrity, supporting data snapshots, multiple copies, and data
114 checksums.
115 .
116 This package adds OpenZFS to the system initramfs with a hook
117 for the dracut infrastructure.
118
119 Package: zfsutils-linux
120 Section: contrib/admin
121 Architecture: linux-any
122 Depends: ${misc:Depends}, ${shlibs:Depends}
123 Recommends: lsb-base, zfs-modules | zfs-dkms, zfs-zed
124 Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs | zfs-dracut
125 Conflicts: zfs, zfs-fuse
126 Provides: zfsutils
127 Description: command-line tools to manage OpenZFS filesystems
128 The Z file system is a pooled filesystem designed for maximum data
129 integrity, supporting data snapshots, multiple copies, and data
130 checksums.
131 .
132 This package provides the zfs and zpool commands to create and administer
133 OpenZFS filesystems.
134
135 Package: zfs-zed
136 Section: contrib/admin
137 Architecture: linux-any
138 Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux
139 Description: OpenZFS Event Daemon
140 The Z file system is a pooled filesystem designed for maximum data
141 integrity, supporting data snapshots, multiple copies, and data
142 checksums.
143 .
144 This package provides the OpenZFS Event Daemon (zed).
145
146 Package: zfs-dbg
147 Section: contrib/debug
148 Priority: extra
149 Architecture: linux-any
150 Depends: libnvpair1linux (= ${binary:Version}),
151 libuutil1linux (= ${binary:Version}),
152 libzfs2linux (= ${binary:Version}),
153 libzpool2linux (= ${binary:Version}),
154 zfsutils-linux (= ${binary:Version}), zfs-zed (= ${binary:Version}),
155 ${misc:Depends}
156 Description: Debugging symbols for OpenZFS userland libraries and tools
157 The Z file system is a pooled filesystem designed for maximum data
158 integrity, supporting data snapshots, multiple copies, and data
159 checksums.
160 .
161 This package contains the debugging symbols for libzpool2linux, libzfs2linux,
162 libnvpair1linux, libuutil1linux, zfs-zed and zfsutils-linux.