From 8803aafe1da24f32942928da31d16768b90fb6c1 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Mon, 26 Jun 2023 12:23:58 +0300 Subject: [PATCH] initial push --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3096822..186279c 100644 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,6 @@ build3vers := $(shell py3versions -sv) dh $@ --with python3 --buildsystem pybuild override_dh_autoreconf: - cargo fetch + echo '[net]' >> Cargo.toml + echo 'git-fetch-with-cli = true' >> Cargo.toml + cargo fetch --locked