File: control

package info (click to toggle)
zfs-fuse 0.7.0-21
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,752 kB
  • sloc: ansic: 154,045; sh: 9,707; asm: 1,690; perl: 367; xml: 300; python: 269; makefile: 83
file content (28 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download
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
Source: zfs-fuse
Section: otherosfs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               libaio-dev,
               libattr1-dev,
               libfuse-dev (>= 2.8.7-2),
               libssl-dev,
               scons,
               zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://zfs-fuse.net
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 (>=2.8.7-2), lsb-base, ${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.