From 571637c7a06346721b73f2ddae63be38196ef9c7 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Mon, 26 Jun 2023 12:36:22 +0300 Subject: [PATCH] initial push --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f84ced7..85cf237 100644 --- a/debian/rules +++ b/debian/rules @@ -2,5 +2,5 @@ %: dh $@ --with python3 --buildsystem pybuild -override_dh_build: +override_dh_auto_build: cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked