]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/control
Lower DKMS version requirements to Squeeze version.
[mirror_zfs-debian.git] / debian / control
1 Source: zfs-linux
2 Section: kernel
3 Priority: extra
4 Maintainer: Darik Horn <dajhorn@vanadac.com>
5 Build-Depends: autotools-dev,
6 autoconf,
7 autogen,
8 automake,
9 debhelper (>= 7.4),
10 dkms (>> 2.1.1.2-5),
11 libselinux1-dev,
12 libtool,
13 uuid-dev,
14 zlib1g-dev,
15 lsb-release
16 Standards-Version: 3.9.3.1
17 Vcs-Git: git://github.com/dajhorn/pkg-zfs.git
18 Vcs-Browser: http://github.com/dajhorn/pkg-zfs
19
20 Package: libnvpair1
21 Section: libs
22 Architecture: linux-any
23 Depends: ${misc:Depends}, ${shlibs:Depends}
24 Replaces: libnvpair0
25 Description: Solaris name-value library for Linux
26 This library provides routines for packing and unpacking nv pairs for
27 transporting data across process boundaries, transporting between
28 kernel and userland, and possibly saving onto disk files.
29
30 Package: libnvpair1-dbg
31 Section: debug
32 Architecture: linux-any
33 Depends: ${misc:Depends}, libnvpair1 (= ${binary:Version})
34 Replaces: libnvpair0-dbg
35 Description: Debugging symbols for libnvpair1
36 This library provides routines for packing and unpacking nv pairs for
37 transporting data across process boundaries, transporting between
38 kernel and userland, and possibly saving onto disk files.
39 .
40 This package contains the debugging symbols for libnvpair1.
41
42 Package: libuutil1
43 Section: libs
44 Architecture: linux-any
45 Depends: ${misc:Depends}, ${shlibs:Depends}
46 Replaces: libuutil0
47 Description: Solaris userland utility library for Linux
48 This library provides a variety of glue functions for ZFS on Linux:
49 * libspl: The Solaris Porting Layer library, which provides APIs that make it
50 possible to run Solaris user code in a Linux environment with relatively
51 minimal modification.
52 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library.
53 * libefi: The Extensible Firmware Interface library for GUID disk partitioning.
54 * libshare: NFS and SMB service integration for ZFS.
55
56 Package: libuutil1-dbg
57 Section: debug
58 Architecture: linux-any
59 Depends: ${misc:Depends}, libuutil1 (= ${binary:Version})
60 Replaces: libuutil0-dbg
61 Description: Debugging symbols for libuutil1
62 This library provides a variety of glue functions for ZFS on Linux:
63 * libspl: The Solaris Porting Layer library, which provides APIs that make it
64 possible to run Solaris user code in a Linux environment with relatively
65 minimal modification.
66 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library.
67 * libefi: The Extensible Firmware Interface library for GUID disk partitioning.
68 * libshare: NFS and SMB service integration for ZFS.
69 .
70 This package contains the debugging symbols for libuutil1.
71
72 Package: libzfs-dev
73 Section: libdevel
74 Architecture: linux-any
75 Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
76 Provides: libnvpair-dev, libuutil-dev
77 Replaces: libefi1,
78 libnvpair1,
79 libshare1,
80 libspl1,
81 libunicode1,
82 libuutil1,
83 libzavl1,
84 libzfs1,
85 libzpool1,
86 Description: Native ZFS filesystem development files for Linux
87 Header files and static libraries for compiling software
88 against libzfs.
89
90 Package: libzfs1
91 Section: libs
92 Architecture: linux-any
93 Depends: ${misc:Depends}, ${shlibs:Depends}
94 Replaces: libzfs0
95 Description: Native ZFS filesystem library for Linux
96 The zfs management library.
97
98 Package: libzfs1-dbg
99 Section: debug
100 Architecture: linux-any
101 Depends: ${misc:Depends}, libzfs1 (= ${binary:Version})
102 Replaces: libzfs0-dbg
103 Description: Debugging symbols for libzfs1
104 The zfs management library.
105 .
106 This package contains the debugging symbols for libzfs1.
107
108 Package: libzpool1
109 Section: libs
110 Architecture: linux-any
111 Depends: ${misc:Depends}, ${shlibs:Depends}
112 Replaces: libzpool0
113 Description: Native ZFS pool library for Linux
114 The zpool management library.
115
116 Package: libzpool1-dbg
117 Section: debug
118 Architecture: linux-any
119 Depends: ${misc:Depends}, libzpool1 (= ${binary:Version})
120 Replaces: libzpool0-dbg
121 Description: Debugging symbols for libzpool1
122 The zpool management library.
123 .
124 This package contains the debugging symbols for libzpool1.
125
126 Package: zfs-dkms
127 Section: kernel
128 Architecture: linux-any
129 Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
130 Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
131 Replaces: lzfs, lzfs-dkms
132 Provides: lustre-backend-fs, lzfs, lzfs-dkms
133 Conflicts: lzfs, lzfs-dkms
134 Description: Native ZFS filesystem kernel modules for Linux
135 An advanced integrated volume manager and filesystem that is designed for
136 performance and data integrity. Snapshots, clones, checksums, deduplication,
137 compression, and RAID redundancy are built-in features.
138 .
139 Includes the SPA, DMU, ZVOL, and ZPL components of ZFS.
140
141 #Package: zfs-dracut
142 #Section: kernel
143 #Architecture: linux-any
144 #Depends: ${misc:Depends}, dracut, zfsutils
145 #Description: Native ZFS root filesystem capabilities for Linux
146 # This package adds ZFS to the system initramfs with a hook
147 # for the dracut infrastructure.
148
149 Package: zfs-initramfs
150 Section: kernel
151 Architecture: linux-any
152 Depends: ${misc:Depends}, zfsutils, zfs-grub
153 Description: Native ZFS root filesystem capabilities for Linux
154 This package adds ZFS to the system initramfs with a hook
155 for the initramfs-tools infrastructure.
156
157 Package: zfsutils
158 Section: admin
159 Architecture: linux-any
160 Depends: ${misc:Depends}, ${shlibs:Depends}
161 Recommends: zfs-dkms
162 Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
163 Conflicts: zfs, zfs-fuse
164 Replaces: zfs
165 Description: Native ZFS management utilities for Linux
166 This package provides the zpool and zfs commands that are used to
167 manage ZFS filesystems.
168
169 Package: zfsutils-dbg
170 Section: debug
171 Architecture: linux-any
172 Depends: ${misc:Depends}, zfsutils (= ${binary:Version})
173 Replaces: zfs-dbg
174 Description: Debugging symbols for zfsutils
175 This package provides the zpool and zfs commands that are used to
176 manage ZFS filesystems.
177 .
178 This package contains the debugging symbols for zfsutils.