]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
Disable zfs-initramfs, improve descriptions
[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 Section: kernel
142 Architecture: linux-any
143 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
144 Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
145 Replaces: lzfs, lzfs-dkms
146 Provides: lustre-backend-fs, lzfs, lzfs-dkms
147 Conflicts: lzfs, lzfs-dkms
148 Description: Native ZFS filesystem kernel modules for Linux
149 The Z file system is a pooled filesystem designed for maximum data
150 integrity, supporting data snapshots, multiple copies, and data
151 checksums.
152 .
153 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
154
155 #Package: zfs-dracut
156 #Section: kernel
157 #Architecture: linux-any
158 #Depends: ${misc:Depends}, dracut, zfsutils
159 #Description: Native ZFS root filesystem capabilities for Linux
160 # This package adds ZFS to the system initramfs with a hook
161 # for the dracut infrastructure.
162
163 #Package: zfs-initramfs
164 #Section: kernel
165 #Architecture: linux-any
166 #Depends: ${misc:Depends}, zfsutils, zfs-grub
167 #Description: Native ZFS root filesystem capabilities for Linux
168 # This package adds ZFS to the system initramfs with a hook
169 # for the initramfs-tools infrastructure.
170
171 Package: zfsutils
172 Section: admin
173 Architecture: linux-any
174 Depends: ${misc:Depends}, ${shlibs:Depends}
175 Recommends: zfs-dkms
176 Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
177 Conflicts: zfs, zfs-fuse
178 Replaces: zfs
179 Description: Native ZFS management utilities for Linux
180 This package provides the zpool and zfs commands that are used to
181 manage ZFS filesystems.
182
183 Package: zfsutils-dbg
184 Section: debug
185 Architecture: linux-any
186 Depends: ${misc:Depends}, zfsutils (= ${binary:Version})
187 Replaces: zfs-dbg
188 Description: Debugging symbols for zfsutils
189 This package provides the zpool and zfs commands that are used to
190 manage ZFS filesystems.
191 .
192 This package contains the debugging symbols for zfsutils.