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
|
Source: zfs-fuse
Section: otherosfs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
libaio-dev,
libattr1-dev,
libfuse-dev,
libssl-dev,
libtirpc-dev,
scons,
zlib1g-dev
Rules-Requires-Root: no
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/debian/zfs-fuse.git
Vcs-Browser: https://salsa.debian.org/debian/zfs-fuse
Package: zfs-fuse
Architecture: amd64 armel armhf i386 powerpc powerpcspe ppc64 ppc64el sh4 sparc sparc64
Depends:
fuse,
${misc:Depends},
${shlibs:Depends}
Suggests: kpartx, nfs-kernel-server
Description: ZFS on FUSE
ZFS is an advanced filesystem from Sun Microsystems, originally developed
for solaris. It provides a number of advanced features, such as live
integrity checks, atomic updates, atomic snapshots and clones, compression,
and much more.
.
This package provides an implementation of Sun's ZFS filesystem in userspace,
using FUSE.
|