]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/control
4ec9f1dc30542ceb618ccb885dcc59d2a5a79d54
[bcachefs-tools-debian] / debian / control
1 Source: bcachefs-tools
2 Maintainer: Jonathan Carter <jcc@debian.org>
3 Section: utils
4 Priority: optional
5 Standards-Version: 4.6.1
6 Rules-Requires-Root: no
7 Build-Depends: debhelper-compat (= 13),
8                pkg-config,
9                python3-docutils,
10                python3-pytest,
11                libaio-dev,
12                libfuse3-dev,
13                libblkid-dev,
14                libkeyutils-dev,
15                liblz4-dev,
16                libscrypt-dev,
17                libsodium-dev,
18                libudev-dev,
19                liburcu-dev,
20                libzstd-dev,
21                uuid-dev,
22                valgrind,
23                zlib1g-dev
24 Homepage: https://bcachefs.org/
25 Vcs-Git: https://salsa.debian.org/jcc/bcachefs-tools.git
26 Vcs-Browser: https://salsa.debian.org/jcc/bcachefs-tools
27
28 Package: bcachefs-tools
29 Architecture: linux-any
30 Depends: ${shlibs:Depends}, ${misc:Depends}
31 Recommends: initramfs-tools | linux-initramfs-tool
32 Description: bcachefs userspace tools
33  Userspace tools for bcachefs, a modern copy on write, checksumming, multi
34  device filesystem.
35  .
36  Note: The current Debian kernels do not come with bcachefs support, you
37  will have to use your own kernel or one provided by a 3rd party that
38  contains bcachefs support.