summaryrefslogtreecommitdiff
path: root/zfsutils/debian/control
blob: 447a86f6b085414ce5aeab524001b9c112388629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
Source: zfsutils
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib,
 illumos-source-2.10,
 uts-dev (>= 2.10),
 libdevid1-dev    , lib32devid1-dev [illumos-amd64]    , 
 libdevid1-dev    , lib32devid1-dev [illumos-amd64]    , 
 libdevinfo1-dev  , lib32devinfo1-dev [illumos-amd64]  , 
 libefi1-dev      , lib32efi1-dev [illumos-amd64]      , 
 libefi1-dev      , lib32efi1-dev [illumos-amd64]      , 
 libidmap1-dev    , lib32idmap1-dev [illumos-amd64]    , 
 libkstat1-dev    , lib32kstat1-dev [illumos-amd64]    , 
 libnvpair1-dev   , lib32nvpair1-dev [illumos-amd64]   , 
 libnvpair1-dev   , lib32nvpair1-dev [illumos-amd64]   , 
 libsunavl1-dev   , lib32sunavl1-dev [illumos-amd64]   , 
 libsysevent1-dev , lib32sysevent1-dev [illumos-amd64] , 
 libsysevent1-dev , lib32sysevent1-dev [illumos-amd64] , 
 libtsol2-dev     , lib32tsol2-dev [illumos-amd64]     , 
 libumem1-dev     , lib32umem1-dev [illumos-amd64]     , 
 libuutil1-dev    , lib32uutil1-dev [illumos-amd64]    , 
 libfdisk1-dev [illumos-amd64 illumos-i386],
 lib32fdisk1-dev [illumos-amd64], 
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org

Package: libzfs-core1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libzfs-core-dev
Depends: libzfs-core1 (= ${binary:Version}), ${misc:Depends}, libnvpair1-dev,
Description: new generation ZFS library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libzfs-core.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.

Package: lib32zfs-core1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: lib32zfs-core-dev
Depends: lib32zfs-core1 (= ${binary:Version}), libzfs-core1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: new generation ZFS library (32-bit development files)
 This package contains the header files and symlinks needed
 to compile 32-bit applications that use libzfs-core.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.

Package: libzfs-core1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, illumos-kernel (>= 2.10)
Description: new generation ZFS library
 This package contains libzfs_core shared library.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.
 The main goals of the new libzfs_core library are:
 .
 * thread safety              - avoid global data (e.g. caching)
 * stable API and ABI         - consumers will work on future releases
 * programatic error handling - no printing to stdout/stderr
 * atomic operations          - because ioctls are generally atomic
 
Package: lib32zfs-core1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description:  new generation ZFS library (32 bit)
 This package contains libzfs_core shared library.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.
 The main goals of the new libzfs_core library are:
 .
 * thread safety              - avoid global data (e.g. caching)
 * stable API and ABI         - consumers will work on future releases
 * programatic error handling - no printing to stdout/stderr
 * atomic operations          - because ioctls are generally atomic
 .
 This is a 32-bit version of the library.
 
 
Package: libzfs1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS library
 This package contains libzfs shared library.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.

Package: lib32zfs1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS library (32 bit)
 This package contains libzfs shared library.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 This is a 32-bit version of the library.
 
 
Package: libzpool1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS storage pools library
 This package contains libzpool shared library for managing ZFS storage pools.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.

Package: lib32zpool1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS storage pools library (32 bit)
 This package contains libzpool shared library for managing ZFS storage pools.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 This is a 32-bit version of the library.

 
Package: zfsutils
Priority: required
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command-line tools to manage ZFS filesystems
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 This package provides the zfs and zpool commands to create
 and administer ZFS filesystems.

Package: zinject
Priority: optional
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zfs error injection utility
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 The zinject utility is for ensuring zfs correctly handles certain errors.

Package: zdb
Priority: optional
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: display zpool debugging and consistency information
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 The zdb utility displays information about a ZFS pool useful for
 debugging and performs some amount of consistency checking. It is a not a
 general purpose tool and options (and facilities) may change.
 .
 The output of this command in general reflects the on-disk structure of a ZFS
 pool, and is inherently unstable. The precise output of most invocations is
 not documented, a knowledge of ZFS internals is assumed.

Package: ztest
Priority: optional
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a ZFS unit test utility
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 ztest was written by the ZFS Developers as a ZFS unit test. The tool was
 developed in tandem with the ZFS functionality and was executed nightly as
 one of the many regression test against the daily build. As features were
 added to ZFS, unit tests were also added to ztest. In addition, a separate
 test development team wrote and executed more functional and stress tests.

Package: libdiskmgt1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: disk management library
 This package contains libdiskmgt shared library.

Package: libdiskmgt1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libdiskmgt-dev
Depends: libdiskmgt1 (= ${binary:Version}), ${misc:Depends}, libc-dev, libnvpair1-dev,
Description: disk management library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libdiskmgt.

Package: lib32diskmgt1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: disk management library (32 bit)
 This package contains libdiskmgt shared library.
 .
 This is a 32-bit version of the library.

Package: lib32diskmgt1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32diskmgt-dev
Depends: lib32diskmgt1 (= ${binary:Version}), libdiskmgt1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: disk management library (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libdiskmgt.
 

Package: libzfs1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libzfs-dev
Depends: libzfs1 (= ${binary:Version}), ${misc:Depends}, libnvpair1-dev,
Description: ZFS library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libzfs.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.

Package: lib32zfs1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: lib32zfs-dev
Depends: lib32zfs1 (= ${binary:Version}), libzfs1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: ZFS library (32-bit development files)
 This package contains the header files and symlinks needed
 to compile 32-bit applications that use libzfs.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.