initial push

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-06-26 11:57:05 +03:00
parent 3af3e5af52
commit 6520d6e122
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -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

View File

@ -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