]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
Misc update of d/control d/compat
[mirror_zfs-debian.git] / debian / control
1 Source: zfs-linux
2 Section: kernel
3 Priority: extra
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 zfs management library.
99
100 Package: libzfs1-dbg
101 Section: debug
102 Architecture: linux-any
103 Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
104 Replaces: libzfs0-dbg
105 Description: Debugging symbols for libzfs1
106 The zfs management library.
107 .
108 This package contains the debugging symbols for libzfs1.
109
110 Package: libzpool1
111 Section: libs
112 Architecture: linux-any
113 Depends: ${misc:Depends}, ${shlibs:Depends}
114 Replaces: libzpool0
115 Description: Native ZFS pool library for Linux
116 The zpool management library.
117
118 Package: libzpool1-dbg
119 Section: debug
120 Architecture: linux-any
121 Depends: ${misc:Depends}, libzpool1 (= ${binary:Version})
122 Replaces: libzpool0-dbg
123 Description: Debugging symbols for libzpool1
124 The zpool management library.
125 .
126 This package contains the debugging symbols for libzpool1.
127
128 Package: zfs-dkms
129 Section: kernel
130 Architecture: linux-any
131 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
132 Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
133 Replaces: lzfs, lzfs-dkms
134 Provides: lustre-backend-fs, lzfs, lzfs-dkms
135 Conflicts: lzfs, lzfs-dkms
136 Description: Native ZFS filesystem kernel modules for Linux
137 An advanced integrated volume manager and filesystem that is designed for
138 performance and data integrity. Snapshots, clones, checksums, deduplication,
139 compression, and RAID redundancy are built-in features.
140 .
141 Includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
142
143 #Package: zfs-dracut
144 #Section: kernel
145 #Architecture: linux-any
146 #Depends: ${misc:Depends}, dracut, zfsutils
147 #Description: Native ZFS root filesystem capabilities for Linux
148 # This package adds ZFS to the system initramfs with a hook
149 # for the dracut infrastructure.
150
151 Package: zfs-initramfs
152 Section: kernel
153 Architecture: linux-any
154 Depends: ${misc:Depends}, zfsutils, zfs-grub
155 Description: Native ZFS root filesystem capabilities for Linux
156 This package adds ZFS to the system initramfs with a hook
157 for the initramfs-tools infrastructure.
158
159 Package: zfsutils
160 Section: admin
161 Architecture: linux-any
162 Depends: ${misc:Depends}, ${shlibs:Depends}
163 Recommends: zfs-dkms
164 Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
165 Conflicts: zfs, zfs-fuse
166 Replaces: zfs
167 Description: Native ZFS management utilities for Linux
168 This package provides the zpool and zfs commands that are used to
169 manage ZFS filesystems.
170
171 Package: zfsutils-dbg
172 Section: debug
173 Architecture: linux-any
174 Depends: ${misc:Depends}, zfsutils (= ${binary:Version})
175 Replaces: zfs-dbg
176 Description: Debugging symbols for zfsutils
177 This package provides the zpool and zfs commands that are used to
178 manage ZFS filesystems.
179 .
180 This package contains the debugging symbols for zfsutils.