From: Alexander Fougner Date: Sat, 25 Feb 2023 12:48:51 +0000 (+0100) Subject: Add rust toolchain to debian build-deps X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=61b25f2dd21e1abe11572f4065e75c9c4c304599;p=bcachefs-tools-debian Add rust toolchain to debian build-deps Fixes building the .deb - also add missing libudev to debian build deps Signed-off-by: Alexander Fougner --- diff --git a/debian/control b/debian/control index 091161d..2e7c86b 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,9 @@ Section: utils Priority: optional Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev, - libkeyutils-dev, liblz4-dev, libsodium-dev, liburcu-dev, - libzstd-dev, uuid-dev, zlib1g-dev, python3, python3-docutils + libkeyutils-dev, liblz4-dev, libsodium-dev, liburcu-dev, libudev-dev, + libzstd-dev, uuid-dev, zlib1g-dev, python3, python3-docutils, + rustc, cargo, llvm, clang, libclang-dev Homepage: https://bcachefs.org/ Package: bcachefs-tools