From 4c5dcb018d9675260c056b6afa8508298d0dba75 Mon Sep 17 00:00:00 2001 From: Alexander Fougner Date: Sat, 9 Dec 2023 12:20:04 +0100 Subject: fix packaging - make deb fails with dh: error: Unknown sequence --with (options should not come before the sequence) - fix deb build deps - add missing rpm files Signed-off-by: Alexander Fougner Signed-off-by: Kent Overstreet --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index e68bd7ab..6f5bcb7b 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Maintainer: Kent Overstreet Section: utils Priority: optional Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev, +Build-Depends: debhelper (>= 9), dh-python, pkg-config, libaio-dev, libblkid-dev, 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, systemd + rustc, cargo, llvm, clang, libclang-dev, systemd, udev Homepage: https://bcachefs.org/ Package: bcachefs-tools diff --git a/debian/rules b/debian/rules index 7a713efb..f7278e80 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PREFIX := /usr %: - dh --with python3 $@ + dh $@ --with python3 override_dh_auto_install: dh_auto_install -- "PREFIX=$(PREFIX)" -- cgit v1.2.3