File: control

package info (click to toggle)
zfs-fuse 0.7.0-30
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,588 kB
  • sloc: ansic: 154,047; sh: 9,678; asm: 1,690; perl: 367; xml: 300; python: 269; makefile: 77
file content (32 lines) | stat: -rw-r--r-- 1,047 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
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.