]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/control
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[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                python3:native,
10                pkgconf,
11                python3-docutils,
12                python3-pytest,
13                libaio-dev,
14                libfuse3-dev,
15                libblkid-dev,
16                libkeyutils-dev,
17                liblz4-dev,
18                libscrypt-dev,
19                libsodium-dev,
20                libudev-dev,
21                liburcu-dev,
22                libzstd-dev,
23                systemd-dev,
24                uuid-dev,
25                zlib1g-dev,
26 #              -- Cargo.toml
27                librust-atty-0.2-dev (>= 0.2.14-~~),
28                librust-log-0.4-dev,
29                librust-log-0+std-dev,
30                librust-colored-2-dev,
31                librust-clap-4-dev (>= 4.0.32-~~),
32                librust-clap-4+derive-dev,
33                librust-clap-4+wrap-help-dev,
34                librust-clap-complete-4-dev (>= 4.3.2-~~),
35                librust-anyhow-1.0-dev,
36                librust-libc-0.2-dev,
37                librust-udev-0-dev (>= 0.7-~~),
38                librust-uuid-1-dev (>= 1.2.2-~~),
39                librust-errno-0-dev (>= 0.2),
40                librust-either-1-dev (>= 1.5),
41                librust-rpassword-7-dev,
42                librust-byteorder-1-dev (>= 1.3),
43 #              -- bch_bindgen/Cargo.toml
44 #              anyhow, uuid, byteorder are covered above
45                librust-bitfield-0-dev (>= 0.14.0-~~),
46                librust-memoffset-0.6-dev,
47                librust-bitflags-1-dev (>= 1.3.2-~~),
48                librust-paste-1.0-dev,
49                librust-pkg-config-0.3-dev,
50                librust-bindgen-0.66-dev
51 Homepage: https://bcachefs.org/
52 Vcs-Git: https://salsa.debian.org/jcc/bcachefs-tools.git
53 Vcs-Browser: https://salsa.debian.org/jcc/bcachefs-tools
54
55 Package: bcachefs-tools
56 Architecture: linux-any
57 Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any
58 Recommends: initramfs-tools | linux-initramfs-tool
59 Description: bcachefs userspace tools
60  Userspace tools for bcachefs, a modern copy on write, checksumming, multi
61  device filesystem.
62  .
63  Note: The current Debian kernels do not come with bcachefs support, you
64  will have to use your own kernel or one provided by a 3rd party that
65  contains bcachefs support.