]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
Merge tag 'upstream/0.6.4.2'
[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>,
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.4
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: libnvpair1
25 Section: 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: libuutil1
34 Section: 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: libzfs-dev
49 Section: libdevel
50 Architecture: linux-any
51 Depends: libzfs1 (= ${binary:Version}), ${misc:Depends}
52 Provides: libnvpair-dev, libuutil-dev
53 Description: Native ZFS filesystem development files for Linux
54 Header files and static libraries for compiling software against
55 libraries of native ZFS filesystem.
56 .
57 This package includes the development files of libnvpair1, libuutil1,
58 and libzfs1.
59
60 Package: libzfs1
61 Section: libs
62 Architecture: linux-any
63 Depends: ${misc:Depends}, ${shlibs:Depends}
64 Description: Native ZFS filesystem library for Linux
65 The Z file system is a pooled filesystem designed for maximum data
66 integrity, supporting data snapshots, multiple copies, and data
67 checksums.
68 .
69 The ZFS library provides support for managing ZFS filesystems.
70
71 Package: libzpool1
72 Section: libs
73 Architecture: linux-any
74 Depends: ${misc:Depends}, ${shlibs:Depends}
75 Description: Native ZFS pool library for Linux
76 The Z file system is a pooled filesystem designed for maximum data
77 integrity, supporting data snapshots, multiple copies, and data
78 checksums.
79 .
80 This zpool library provides support for managing zpools.
81
82 Package: zfs-dkms
83 Architecture: all
84 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
85 Depends: dkms (>> 2.1.1.2-5), lsb-release, ${misc:Depends}
86 Recommends: zfsutils
87 Replaces: lzfs, lzfs-dkms
88 Provides: lustre-backend-fs, lzfs, lzfs-dkms, zfs-modules
89 Conflicts: lzfs, lzfs-dkms
90 Description: Native ZFS filesystem kernel modules for Linux
91 The Z file system is a pooled filesystem designed for maximum data
92 integrity, supporting data snapshots, multiple copies, and data
93 checksums.
94 .
95 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
96
97 Package: zfs-initramfs
98 Architecture: linux-any
99 Depends: initramfs-tools, zfs-modules | zfs-dkms, zfsutils, ${misc:Depends}
100 Description: Native ZFS root filesystem capabilities for Linux
101 The Z file system is a pooled filesystem designed for maximum data
102 integrity, supporting data snapshots, multiple copies, and data
103 checksums.
104 .
105 This package adds ZFS to the system initramfs with a hook
106 for the initramfs-tools infrastructure.
107
108 Package: zfsutils
109 Section: admin
110 Architecture: linux-any
111 Depends: ${misc:Depends}, ${shlibs:Depends}
112 Recommends: lsb-base, zfs-modules | zfs-dkms
113 Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs
114 Conflicts: zfs, zfs-fuse
115 Replaces: zfs
116 Description: command-line tools to manage ZFS filesystems
117 The Z file system is a pooled filesystem designed for maximum data
118 integrity, supporting data snapshots, multiple copies, and data
119 checksums.
120 .
121 This package provides the zfs and zpool commands to create and administer
122 ZFS filesystems.
123
124 Package: zfs-dbg
125 Section: debug
126 Priority: extra
127 Architecture: linux-any
128 Depends: libnvpair1 (= ${binary:Version}),
129 libuutil1 (= ${binary:Version}),
130 libzfs1 (= ${binary:Version}),
131 libzpool1 (= ${binary:Version}),
132 ${misc:Depends}
133 Recommends: zfsutils (= ${binary:Version})
134 Description: Debugging symbols for ZFS userland libraries and tools
135 The Z file system is a pooled filesystem designed for maximum data
136 integrity, supporting data snapshots, multiple copies, and data
137 checksums.
138 .
139 This package contains the debugging symbols for libzpoo1, libzfs1,
140 libnvpair1, libuutil1, and zfsutils.