]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/control
New upstream release
[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                zlib1g-dev
23 Homepage: https://bcachefs.org/
24 Vcs-Git: https://salsa.debian.org/jcc/bcachefs-tools.git
25 Vcs-Browser: https://salsa.debian.org/jcc/bcachefs-tools
26
27 Package: bcachefs-tools
28 Architecture: linux-any
29 Depends: ${shlibs:Depends}, ${misc:Depends}
30 Recommends: initramfs-tools | linux-initramfs-tool
31 Description: bcachefs userspace tools
32  Userspace tools for bcachefs, a modern copy on write, checksumming, multi
33  device filesystem.
34  .
35  Note: The current Debian kernels do not come with bcachefs support, you
36  will have to use your own kernel or one provided by a 3rd party that
37  contains bcachefs support.