]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/control
c43c1eeb8d8472f6022fc074dcc36bade9f603b5
[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                cargo,
9                pkg-config,
10                python3-docutils,
11                python3-pytest,
12                libaio-dev,
13                libfuse3-dev,
14                libblkid-dev,
15                libkeyutils-dev,
16                liblz4-dev,
17                libscrypt-dev,
18                libsodium-dev,
19                libudev-dev,
20                liburcu-dev,
21                libzstd-dev,
22                uuid-dev,
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.