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