]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
f9f9615b1cc8fc00dcd684a86c910f79c0712c0e
[mirror_zfs-debian.git] / debian / control
1 Source: zfs-linux
2 Section: 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>, Carlos Alberto Lopez Perez <clopez@igalia.com>
6 Build-Depends: autotools-dev,
7 autoconf,
8 autogen,
9 automake,
10 debhelper (>= 9),
11 dkms (>> 2.1.1.2-5),
12 libselinux1-dev,
13 libtool,
14 uuid-dev,
15 zlib1g-dev,
16 lsb-release
17 Standards-Version: 3.9.4
18 Homepage: http://www.zfsonlinux.org/
19 Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
20 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
21
22 Package: libnvpair1
23 Section: libs
24 Architecture: linux-any
25 Depends: ${misc:Depends}, ${shlibs:Depends}
26 Replaces: libnvpair0
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: libnvpair1-dbg
33 Section: debug
34 Architecture: linux-any
35 Depends: ${misc:Depends}, libnvpair1 (= ${binary:Version})
36 Replaces: libnvpair0-dbg
37 Description: Debugging symbols for libnvpair1
38 This library provides routines for packing and unpacking nv pairs for
39 transporting data across process boundaries, transporting between
40 kernel and userland, and possibly saving onto disk files.
41 .
42 This package contains the debugging symbols for libnvpair1.
43
44 Package: libuutil1
45 Section: libs
46 Architecture: linux-any
47 Depends: ${misc:Depends}, ${shlibs:Depends}
48 Replaces: libuutil0
49 Description: Solaris userland utility library for Linux
50 This library provides a variety of glue functions for ZFS on Linux:
51 * libspl: The Solaris Porting Layer library, which provides APIs that make it
52 possible to run Solaris user code in a Linux environment with relatively
53 minimal modification.
54 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library.
55 * libefi: The Extensible Firmware Interface library for GUID disk partitioning.
56 * libshare: NFS and SMB service integration for ZFS.
57
58 Package: libuutil1-dbg
59 Section: debug
60 Architecture: linux-any
61 Depends: ${misc:Depends}, libuutil1 (= ${binary:Version})
62 Replaces: libuutil0-dbg
63 Description: Debugging symbols for libuutil1
64 This library provides a variety of glue functions for ZFS on Linux:
65 * libspl: The Solaris Porting Layer library, which provides APIs that make it
66 possible to run Solaris user code in a Linux environment with relatively
67 minimal modification.
68 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library.
69 * libefi: The Extensible Firmware Interface library for GUID disk partitioning.
70 * libshare: NFS and SMB service integration for ZFS.
71 .
72 This package contains the debugging symbols for libuutil1.
73
74 Package: libzfs-dev
75 Section: libdevel
76 Architecture: linux-any
77 Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
78 Provides: libnvpair-dev, libuutil-dev
79 Replaces: libefi1,
80 libnvpair1,
81 libshare1,
82 libspl1,
83 libunicode1,
84 libuutil1,
85 libzavl1,
86 libzfs1,
87 libzpool1,
88 Description: Native ZFS filesystem development files for Linux
89 Header files and static libraries for compiling software
90 against libzfs.
91
92 Package: libzfs1
93 Section: libs
94 Architecture: linux-any
95 Depends: ${misc:Depends}, ${shlibs:Depends}
96 Replaces: libzfs0
97 Description: Native ZFS filesystem library for Linux
98 The Z file system is a pooled filesystem designed for maximum data
99 integrity, supporting data snapshots, multiple copies, and data
100 checksums.
101 .
102 The ZFS library provides support for managing ZFS filesystems.
103
104 Package: libzfs1-dbg
105 Section: debug
106 Architecture: linux-any
107 Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
108 Replaces: libzfs0-dbg
109 Description: Debugging symbols for libzfs1
110 The Z file system is a pooled filesystem designed for maximum data
111 integrity, supporting data snapshots, multiple copies, and data
112 checksums.
113 .
114 This package contains the debugging symbols for libzfs1.
115
116 Package: libzpool1
117 Section: libs
118 Architecture: linux-any
119 Depends: ${misc:Depends}, ${shlibs:Depends}
120 Replaces: libzpool0
121 Description: Native ZFS pool library for Linux
122 The Z file system is a pooled filesystem designed for maximum data
123 integrity, supporting data snapshots, multiple copies, and data
124 checksums.
125 .
126 This zpool library provides support for managing zpools.
127
128 Package: libzpool1-dbg
129 Section: debug
130 Architecture: linux-any
131 Depends: ${misc:Depends}, libzpool1 (= ${binary:Version})
132 Replaces: libzpool0-dbg
133 Description: Debugging symbols for libzpool1
134 The Z file system is a pooled filesystem designed for maximum data
135 integrity, supporting data snapshots, multiple copies, and data
136 checksums.
137 .
138 This package contains the debugging symbols for libzpool1.
139
140 Package: zfs-dkms
141 Architecture: linux-any
142 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
143 Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
144 Replaces: lzfs, lzfs-dkms
145 Provides: lustre-backend-fs, lzfs, lzfs-dkms
146 Conflicts: lzfs, lzfs-dkms
147 Description: Native ZFS filesystem kernel modules for Linux
148 The Z file system is a pooled filesystem designed for maximum data
149 integrity, supporting data snapshots, multiple copies, and data
150 checksums.
151 .
152 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
153
154 #Package: zfs-dracut
155 #Section: kernel
156 #Architecture: linux-any
157 #Depends: ${misc:Depends}, dracut, zfsutils
158 #Description: Native ZFS root filesystem capabilities for Linux
159 # This package adds ZFS to the system initramfs with a hook
160 # for the dracut infrastructure.
161
162 #Package: zfs-initramfs
163 #Section: kernel
164 #Architecture: linux-any
165 #Depends: ${misc:Depends}, zfsutils, zfs-grub
166 #Description: Native ZFS root filesystem capabilities for Linux
167 # This package adds ZFS to the system initramfs with a hook
168 # for the initramfs-tools infrastructure.
169
170 Package: zfsutils
171 Section: admin
172 Architecture: linux-any
173 Depends: ${misc:Depends}, ${shlibs:Depends}
174 Recommends: zfs-dkms
175 Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
176 Conflicts: zfs, zfs-fuse
177 Replaces: zfs
178 Description: Native ZFS management utilities for Linux
179 This package provides the zpool and zfs commands that are used to
180 manage ZFS filesystems.
181
182 Package: zfsutils-dbg
183 Section: debug
184 Architecture: linux-any
185 Depends: ${misc:Depends}, zfsutils (= ${binary:Version})
186 Replaces: zfs-dbg
187 Description: Debugging symbols for zfsutils
188 This package provides the zpool and zfs commands that are used to
189 manage ZFS filesystems.
190 .
191 This package contains the debugging symbols for zfsutils.