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