X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=debian%2Fcontrol;h=edcb9237fa8ada1874fec703d2b2b1443b985728;hb=bb0f224138f444cd2b71133559be9d766c19b0fd;hp=c8e01e7d202c2dc0e92f6325a851139cb77a5f42;hpb=f35d14415d71433a6735d8fa21f153c94b4e8035;p=bcachefs-tools-debian diff --git a/debian/control b/debian/control index c8e01e7..edcb923 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,30 @@ Source: bcachefs-tools -Maintainer: Kent Overstreet +Maintainer: Jonathan Carter Section: utils Priority: optional -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev, - libkeyutils-dev, liblz4-dev, libscrypt-dev, libsodium-dev, liburcu-dev, - libzstd-dev, uuid-dev, zlib1g-dev -Homepage: http://bcache.evilpiepirate.org/ +Standards-Version: 4.6.1 +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 13), + cargo, + pkg-config, + 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 +Homepage: https://bcachefs.org/ +Vcs-Git: https://salsa.debian.org/jcc/bcachefs-tools.git +Vcs-Browser: https://salsa.debian.org/jcc/bcachefs-tools Package: bcachefs-tools Architecture: linux-any @@ -15,3 +33,7 @@ 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.