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