]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/control
Move the package to contrib
[mirror_zfs-debian.git] / debian / control
CommitLineData
98675f09 1Source: zfs-linux
3d66721f 2Section: contrib/kernel
98675f09
AX
3Priority: optional
4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
6e2ceb51
AX
5Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
7Build-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
fc394902 19Standards-Version: 3.9.6
98675f09
AX
20Homepage: http://www.zfsonlinux.org/
21Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
22Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
23
418ece33 24Package: libnvpair1linux
3d66721f 25Section: contrib/libs
98675f09
AX
26Architecture: linux-any
27Depends: ${misc:Depends}, ${shlibs:Depends}
98675f09
AX
28Description: 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
418ece33 33Package: libuutil1linux
3d66721f 34Section: contrib/libs
98675f09
AX
35Architecture: linux-any
36Depends: ${misc:Depends}, ${shlibs:Depends}
98675f09
AX
37Description: 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
418ece33 48Package: libzfslinux-dev
3d66721f 49Section: contrib/libdevel
98675f09 50Architecture: linux-any
3d66721f
AX
51Depends: libzfs2linux (= ${binary:Version}), libzpool2linux (= ${binary:Version}),
52 libnvpair1linux (= ${binary:Version}), libuutil1linux (= ${binary:Version}),
53 ${misc:Depends}
98675f09
AX
54Provides: libnvpair-dev, libuutil-dev
55Description: 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,
cb2f4c75 60 and libzfs2.
98675f09 61
418ece33 62Package: libzfs2linux
3d66721f 63Section: contrib/libs
98675f09
AX
64Architecture: linux-any
65Depends: ${misc:Depends}, ${shlibs:Depends}
98675f09
AX
66Description: 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
3d66721f
AX
73Package: libzpool2linux
74Section: contrib/libs
98675f09
AX
75Architecture: linux-any
76Depends: ${misc:Depends}, ${shlibs:Depends}
98675f09
AX
77Description: 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
98675f09
AX
84Package: zfs-dkms
85Architecture: all
86Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
6e2ceb51 87Depends: dkms (>> 2.1.1.2-5), lsb-release, ${misc:Depends}
418ece33 88Recommends: zfsutils-linux
98675f09 89Replaces: lzfs, lzfs-dkms
6e2ceb51 90Provides: lustre-backend-fs, lzfs, lzfs-dkms, zfs-modules
98675f09
AX
91Conflicts: lzfs, lzfs-dkms
92Description: 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
6e2ceb51 95 checksums.
98675f09
AX
96 .
97 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
98
2b5083c8 99Package: zfs-initramfs
2b5083c8 100Architecture: linux-any
418ece33 101Depends: initramfs-tools, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
2b5083c8
AX
102Description: 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
6e2ceb51 105 checksums.
2b5083c8
AX
106 .
107 This package adds ZFS to the system initramfs with a hook
108 for the initramfs-tools infrastructure.
98675f09 109
418ece33 110Package: zfsutils-linux
3d66721f 111Section: contrib/admin
98675f09
AX
112Architecture: linux-any
113Depends: ${misc:Depends}, ${shlibs:Depends}
f5cffb99 114Recommends: lsb-base, zfs-modules | zfs-dkms
6e2ceb51 115Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs
98675f09
AX
116Conflicts: zfs, zfs-fuse
117Replaces: zfs
418ece33 118Provides: zfsutils
98675f09
AX
119Description: command-line tools to manage ZFS filesystems
120 The Z file system is a pooled filesystem designed for maximum data
2b5083c8 121 integrity, supporting data snapshots, multiple copies, and data
6e2ceb51 122 checksums.
98675f09
AX
123 .
124 This package provides the zfs and zpool commands to create and administer
125 ZFS filesystems.
126
eb6a4b3d 127Package: zfs-dbg
3d66721f 128Section: contrib/debug
98675f09
AX
129Priority: extra
130Architecture: linux-any
418ece33
AX
131Depends: libnvpair1linux (= ${binary:Version}),
132 libuutil1linux (= ${binary:Version}),
133 libzfs2linux (= ${binary:Version}),
3d66721f 134 libzpool2linux (= ${binary:Version}),
6e2ceb51 135 ${misc:Depends}
418ece33 136Recommends: zfsutils-linux (= ${binary:Version})
eb6a4b3d 137Description: Debugging symbols for ZFS userland libraries and tools
98675f09 138 The Z file system is a pooled filesystem designed for maximum data
2b5083c8 139 integrity, supporting data snapshots, multiple copies, and data
eb6a4b3d 140 checksums.
98675f09 141 .
418ece33
AX
142 This package contains the debugging symbols for libzpoo1linux, libzfs2linux,
143 libnvpair1linux, libuutil1linux, and zfsutils-linux.