From 768d435445603df02bb0bcbbb945aec42de0ed88 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 13 Mar 2025 00:37:18 -0400 Subject: [PATCH] Fix build errors --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 36e90319..38a68cf7 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Joshua Boniface Standards-Version: 3.9.8 Homepage: https://www.boniface.me X-Python3-Version: >= 3.7 +Build-Depends: pybuild-plugin-pyproject, dh-python Package: pvc-daemon-node Architecture: all diff --git a/debian/rules b/debian/rules index 6080f5c8..99c6c457 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_python3: override_dh_auto_clean: find $(CURDIR) -name "__pycache__" -o -name ".pybuild" -exec rm -fr {} + || true - rm -r $(CURDIR)/client-cli/build + rm -r $(CURDIR)/client-cli/build || true # If you need to rebuild the Sphinx documentation # Add spinxdoc to the dh --with line