diff --git a/debian/rules b/debian/rules index ffe56bd..f84ced7 100644 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python3 --buildsystem pybuild override_dh_build: cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked