]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/control
Rename of packages to avoid conflicts with bsd port
[mirror_zfs-debian.git] / debian / control
CommitLineData
98675f09
AX
1Source: zfs-linux
2Section: kernel
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
98675f09
AX
25Section: libs
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
98675f09
AX
34Section: libs
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
98675f09
AX
49Section: libdevel
50Architecture: linux-any
418ece33 51Depends: libzfs2linux (= ${binary:Version}), ${misc:Depends}
98675f09
AX
52Provides: libnvpair-dev, libuutil-dev
53Description: 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,
cb2f4c75 58 and libzfs2.
98675f09 59
418ece33 60Package: libzfs2linux
98675f09
AX
61Section: libs
62Architecture: linux-any
63Depends: ${misc:Depends}, ${shlibs:Depends}
98675f09
AX
64Description: 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
418ece33 71Package: libzpool1linux
98675f09
AX
72Section: libs
73Architecture: linux-any
74Depends: ${misc:Depends}, ${shlibs:Depends}
98675f09
AX
75Description: 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
98675f09
AX
82Package: zfs-dkms
83Architecture: all
84Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
6e2ceb51 85Depends: dkms (>> 2.1.1.2-5), lsb-release, ${misc:Depends}
418ece33 86Recommends: zfsutils-linux
98675f09 87Replaces: lzfs, lzfs-dkms
6e2ceb51 88Provides: lustre-backend-fs, lzfs, lzfs-dkms, zfs-modules
98675f09
AX
89Conflicts: lzfs, lzfs-dkms
90Description: 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
6e2ceb51 93 checksums.
98675f09
AX
94 .
95 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
96
2b5083c8 97Package: zfs-initramfs
2b5083c8 98Architecture: linux-any
418ece33 99Depends: initramfs-tools, zfs-modules | zfs-dkms, zfsutils-linux, ${misc:Depends}
2b5083c8
AX
100Description: 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
6e2ceb51 103 checksums.
2b5083c8
AX
104 .
105 This package adds ZFS to the system initramfs with a hook
106 for the initramfs-tools infrastructure.
98675f09 107
418ece33 108Package: zfsutils-linux
98675f09
AX
109Section: admin
110Architecture: linux-any
111Depends: ${misc:Depends}, ${shlibs:Depends}
f5cffb99 112Recommends: lsb-base, zfs-modules | zfs-dkms
6e2ceb51 113Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs
98675f09
AX
114Conflicts: zfs, zfs-fuse
115Replaces: zfs
418ece33 116Provides: zfsutils
98675f09
AX
117Description: command-line tools to manage ZFS filesystems
118 The Z file system is a pooled filesystem designed for maximum data
2b5083c8 119 integrity, supporting data snapshots, multiple copies, and data
6e2ceb51 120 checksums.
98675f09
AX
121 .
122 This package provides the zfs and zpool commands to create and administer
123 ZFS filesystems.
124
eb6a4b3d 125Package: zfs-dbg
98675f09
AX
126Section: debug
127Priority: extra
128Architecture: linux-any
418ece33
AX
129Depends: libnvpair1linux (= ${binary:Version}),
130 libuutil1linux (= ${binary:Version}),
131 libzfs2linux (= ${binary:Version}),
132 libzpool1linux (= ${binary:Version}),
6e2ceb51 133 ${misc:Depends}
418ece33 134Recommends: zfsutils-linux (= ${binary:Version})
eb6a4b3d 135Description: Debugging symbols for ZFS userland libraries and tools
98675f09 136 The Z file system is a pooled filesystem designed for maximum data
2b5083c8 137 integrity, supporting data snapshots, multiple copies, and data
eb6a4b3d 138 checksums.
98675f09 139 .
418ece33
AX
140 This package contains the debugging symbols for libzpoo1linux, libzfs2linux,
141 libnvpair1linux, libuutil1linux, and zfsutils-linux.