From 6520d6e1226c07cf5c238be690a70a62e27e62ed Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Mon, 26 Jun 2023 11:57:05 +0300 Subject: [PATCH] initial push --- debian/control | 2 +- main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cbab5f7..92da05d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), python3-setuptools-rust, python3-wheel, bzip2, - rust, + rust-all, python3-build, python3-installer, Rules-Requires-Root: no diff --git a/main.sh b/main.sh index 7b8432b..fdbcdaa 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/PyO3/maturin -b v1.1.0 ./maturin +git clone https://github.com/PyO3/maturin -b v1.1.0 cp -rvf ./debian ./maturin/ cd ./maturin