]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/control
Move NEWS to README.Debian
[mirror_zfs-debian.git] / debian / control
CommitLineData
7e4739a2
DH
1Source: zfs-linux
2Section: kernel
182c8a65 3Priority: optional
42b1a2ac 4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
6b5b5d69 5Uploaders: Aron Xu <aron@debian.org>, Carlos Alberto Lopez Perez <clopez@igalia.com>
598b4be5 6Build-Depends: autotools-dev,
2a9c6adc
DH
7 autoconf,
8 autogen,
9 automake,
6b5b5d69 10 debhelper (>= 9),
209db40f 11 dkms (>> 2.1.1.2-5),
38a16c43 12 libselinux1-dev,
3daa19f9 13 libtool,
8d1fb6ec 14 po-debconf,
598b4be5
DH
15 uuid-dev,
16 zlib1g-dev,
2d5cb862 17 lsb-release
6b5b5d69 18Standards-Version: 3.9.4
42b1a2ac
CALP
19Homepage: http://www.zfsonlinux.org/
20Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
21Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
7e4739a2 22
6f2dbaa9 23Package: libnvpair1
0c2a2961 24Section: libs
01b298ec 25Architecture: linux-any
1b1f7dc7 26Depends: ${misc:Depends}, ${shlibs:Depends}
b010dc53 27Replaces: libnvpair0
836a5158 28Description: Solaris name-value library for Linux
2c9a21ec
DH
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.
0a1dbd11 32
47ba6fdb
PF
33Package: libnvpair1-dbg
34Section: debug
35Architecture: linux-any
c4be4dd7 36Depends: ${misc:Depends}, libnvpair1 (= ${binary:Version})
47ba6fdb
PF
37Replaces: libnvpair0-dbg
38Description: Debugging symbols for libnvpair1
39 This library provides routines for packing and unpacking nv pairs for
40 transporting data across process boundaries, transporting between
41 kernel and userland, and possibly saving onto disk files.
42 .
43 This package contains the debugging symbols for libnvpair1.
44
6f2dbaa9 45Package: libuutil1
0c2a2961 46Section: libs
01b298ec 47Architecture: linux-any
1b1f7dc7 48Depends: ${misc:Depends}, ${shlibs:Depends}
b010dc53 49Replaces: libuutil0
836a5158 50Description: Solaris userland utility library for Linux
21d4841c
DH
51 This library provides a variety of glue functions for ZFS on Linux:
52 * libspl: The Solaris Porting Layer library, which provides APIs that make it
53 possible to run Solaris user code in a Linux environment with relatively
54 minimal modification.
55 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library.
56 * libefi: The Extensible Firmware Interface library for GUID disk partitioning.
57 * libshare: NFS and SMB service integration for ZFS.
0a1dbd11 58
47ba6fdb
PF
59Package: libuutil1-dbg
60Section: debug
61Architecture: linux-any
c4be4dd7 62Depends: ${misc:Depends}, libuutil1 (= ${binary:Version})
47ba6fdb
PF
63Replaces: libuutil0-dbg
64Description: Debugging symbols for libuutil1
65 This library provides a variety of glue functions for ZFS on Linux:
66 * libspl: The Solaris Porting Layer library, which provides APIs that make it
67 possible to run Solaris user code in a Linux environment with relatively
68 minimal modification.
69 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library.
70 * libefi: The Extensible Firmware Interface library for GUID disk partitioning.
71 * libshare: NFS and SMB service integration for ZFS.
72 .
73 This package contains the debugging symbols for libuutil1.
74
9e5db36f 75Package: libzfs-dev
0c2a2961 76Section: libdevel
9e5db36f 77Architecture: linux-any
6f2dbaa9 78Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
9e5db36f 79Provides: libnvpair-dev, libuutil-dev
598b4be5
DH
80Replaces: libefi1,
81 libnvpair1,
82 libshare1,
83 libspl1,
84 libunicode1,
85 libuutil1,
86 libzavl1,
87 libzfs1,
88 libzpool1,
9e5db36f
DH
89Description: Native ZFS filesystem development files for Linux
90 Header files and static libraries for compiling software
91 against libzfs.
92
6f2dbaa9 93Package: libzfs1
0c2a2961 94Section: libs
01b298ec 95Architecture: linux-any
1b1f7dc7 96Depends: ${misc:Depends}, ${shlibs:Depends}
b010dc53 97Replaces: libzfs0
0a1dbd11 98Description: Native ZFS filesystem library for Linux
182c8a65
AX
99 The Z file system is a pooled filesystem designed for maximum data
100 integrity, supporting data snapshots, multiple copies, and data
101 checksums.
102 .
103 The ZFS library provides support for managing ZFS filesystems.
0a1dbd11 104
47ba6fdb
PF
105Package: libzfs1-dbg
106Section: debug
107Architecture: linux-any
c4be4dd7 108Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
47ba6fdb
PF
109Replaces: libzfs0-dbg
110Description: Debugging symbols for libzfs1
182c8a65
AX
111 The Z file system is a pooled filesystem designed for maximum data
112 integrity, supporting data snapshots, multiple copies, and data
113 checksums.
47ba6fdb
PF
114 .
115 This package contains the debugging symbols for libzfs1.
116
6f2dbaa9 117Package: libzpool1
0c2a2961 118Section: libs
01b298ec 119Architecture: linux-any
1b1f7dc7 120Depends: ${misc:Depends}, ${shlibs:Depends}
b010dc53 121Replaces: libzpool0
0a1dbd11 122Description: Native ZFS pool library for Linux
182c8a65
AX
123 The Z file system is a pooled filesystem designed for maximum data
124 integrity, supporting data snapshots, multiple copies, and data
125 checksums.
126 .
127 This zpool library provides support for managing zpools.
0a1dbd11 128
47ba6fdb
PF
129Package: libzpool1-dbg
130Section: debug
131Architecture: linux-any
c4be4dd7 132Depends: ${misc:Depends}, libzpool1 (= ${binary:Version})
47ba6fdb
PF
133Replaces: libzpool0-dbg
134Description: Debugging symbols for libzpool1
182c8a65
AX
135 The Z file system is a pooled filesystem designed for maximum data
136 integrity, supporting data snapshots, multiple copies, and data
137 checksums.
47ba6fdb
PF
138 .
139 This package contains the debugging symbols for libzpool1.
140
7e4739a2 141Package: zfs-dkms
01b298ec 142Architecture: linux-any
19b66348 143Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
8d1fb6ec 144Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release, debconf
7e4739a2 145Replaces: lzfs, lzfs-dkms
e5e17833 146Provides: lustre-backend-fs, lzfs, lzfs-dkms
7e4739a2 147Conflicts: lzfs, lzfs-dkms
0a1dbd11 148Description: Native ZFS filesystem kernel modules for Linux
182c8a65
AX
149 The Z file system is a pooled filesystem designed for maximum data
150 integrity, supporting data snapshots, multiple copies, and data
151 checksums.
21d4841c 152 .
182c8a65 153 This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
7e4739a2 154
f044301b
DH
155#Package: zfs-dracut
156#Section: kernel
157#Architecture: linux-any
158#Depends: ${misc:Depends}, dracut, zfsutils
159#Description: Native ZFS root filesystem capabilities for Linux
160# This package adds ZFS to the system initramfs with a hook
161# for the dracut infrastructure.
520eb814 162
182c8a65
AX
163#Package: zfs-initramfs
164#Section: kernel
165#Architecture: linux-any
166#Depends: ${misc:Depends}, zfsutils, zfs-grub
167#Description: Native ZFS root filesystem capabilities for Linux
168# This package adds ZFS to the system initramfs with a hook
169# for the initramfs-tools infrastructure.
7e4739a2 170
cb1b5cd7 171Package: zfsutils
0c2a2961 172Section: admin
01b298ec 173Architecture: linux-any
9479c358 174Depends: ${misc:Depends}, ${shlibs:Depends}
7e4739a2 175Recommends: zfs-dkms
74e59e97 176Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
3d2f411b 177Conflicts: zfs, zfs-fuse
4db4de46 178Replaces: zfs
0a1dbd11 179Description: Native ZFS management utilities for Linux
2c9a21ec
DH
180 This package provides the zpool and zfs commands that are used to
181 manage ZFS filesystems.
47ba6fdb
PF
182
183Package: zfsutils-dbg
184Section: debug
185Architecture: linux-any
c4be4dd7 186Depends: ${misc:Depends}, zfsutils (= ${binary:Version})
47ba6fdb
PF
187Replaces: zfs-dbg
188Description: Debugging symbols for zfsutils
189 This package provides the zpool and zfs commands that are used to
190 manage ZFS filesystems.
191 .
192 This package contains the debugging symbols for zfsutils.