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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: bcachefs-tools
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: utils
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
cargo,
rustfmt,
python3:native,
pkgconf,
python3-docutils,
python3-pytest,
libaio-dev,
libfuse3-dev,
libblkid-dev,
libkeyutils-dev,
liblz4-dev,
libscrypt-dev,
libsodium-dev,
libudev-dev,
liburcu-dev,
libzstd-dev,
systemd-dev,
uuid-dev,
zlib1g-dev,
# -- Cargo.toml
librust-atty-0.2-dev (>= 0.2.14-~~),
librust-log-0.4-dev,
librust-log-0+std-dev,
librust-clap-4-dev (>= 4.0.32-~~),
librust-clap-4+derive-dev,
librust-clap-4+wrap-help-dev,
librust-clap-complete-4-dev (>= 4.3.2-~~),
librust-chrono-dev,
librust-gag-dev,
librust-getset-dev,
librust-anyhow-1.0-dev,
librust-libc-0.2-dev,
librust-udev-0-dev (>= 0.7-~~),
librust-uuid-1-dev (>= 1.2.2-~~),
librust-errno-0-dev (>= 0.2),
librust-either-1-dev (>= 1.5),
librust-rpassword-7-dev,
librust-byteorder-1-dev (>= 1.3),
librust-owo-colors-dev,
librust-strum-dev (>= 0.26),
librust-env-logger-dev,
# -- bch_bindgen/Cargo.toml
# anyhow, uuid, byteorder are covered above
librust-bitfield-0-dev (>= 0.14.0-~~),
librust-memoffset-dev,
librust-bitflags-1-dev (>= 1.3.2-~~),
librust-paste-1.0-dev,
librust-pkg-config-0.3-dev,
librust-bindgen-0.70-dev
Homepage: https://bcachefs.org/
Vcs-Git: https://salsa.debian.org/debian/bcachefs-tools.git
Vcs-Browser: https://salsa.debian.org/debian/bcachefs-tools
Package: bcachefs-tools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any
Recommends: initramfs-tools | linux-initramfs-tool
Description: bcachefs userspace tools
Userspace tools for bcachefs, a modern copy on write, checksumming, multi
device filesystem.
.
Note: The current Debian kernels do not come with bcachefs support, you
will have to use your own kernel or one provided by a 3rd party that
contains bcachefs support.
|