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
|
Package: libnvpair3-udeb
Package-Type: udeb
Section: contrib/debian-installer
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Solaris name-value library for Linux (debian-installer)
This library provides routines for packing and unpacking nv pairs for
transporting data across process boundaries, transporting between
kernel and userland, and possibly saving onto disk files.
.
This is a minimal package for use in debian-installer.
Package: libuutil3-udeb
Package-Type: udeb
Section: contrib/debian-installer
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Solaris userland utility library for Linux (debian-installer)
This library provides a variety of glue functions for ZFS on Linux:
* libspl: The Solaris Porting Layer userland library, which provides APIs
that make it possible to run Solaris user code in a Linux environment
with relatively minimal modification.
* libavl: The Adelson-Velskii Landis balanced binary tree manipulation
library.
* libefi: The Extensible Firmware Interface library for GUID disk
partitioning.
* libshare: NFS, SMB, and iSCSI service integration for ZFS.
.
This is a minimal package for use in debian-installer.
Package: libzfs6-udeb
Package-Type: udeb
Section: contrib/debian-installer
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OpenZFS library (debian-installer)
The Z file system is a pooled filesystem designed for maximum data integrity,
supporting data snapshots, multiple copies, and data checksums.
.
The OpenZFS library provides support for managing OpenZFS filesystems.
.
This is a minimal package for use in debian-installer.
Package: libzpool6-udeb
Package-Type: udeb
Section: contrib/debian-installer
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OpenZFS pool library for Linux (debian-installer)
The Z file system is a pooled filesystem designed for maximum data
integrity, supporting data snapshots, multiple copies, and data
checksums.
.
This zpool library provides support for managing zpools.
.
This is a minimal package for use in debian-installer.
Package: zfsutils-udeb
Package-Type: udeb
Section: contrib/debian-installer
Architecture: linux-any
Depends: libnvpair3-udeb (= ${binary:Version}),
libuutil3-udeb (= ${binary:Version}),
libzfs6-udeb (= ${binary:Version}),
libzpool6-udeb (= ${binary:Version}),
zfs-modules,
${misc:Depends},
${shlibs:Depends}
Description: command-line tools to manage OpenZFS filesystems (debian-installer)
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
OpenZFS filesystems.
.
This is a minimal package for use in debian-installer.
|