This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.

15 lines
306 B
Plaintext
Raw Normal View History

2023-06-26 11:55:21 +03:00
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=maturin
build3vers := $(shell py3versions -sv)
%:
dh $@ --with python3 --buildsystem pybuild
2023-06-26 12:18:25 +03:00
override_dh_autoreconf:
2023-06-26 12:23:58 +03:00
echo '[net]' >> Cargo.toml
echo 'git-fetch-with-cli = true' >> Cargo.toml
cargo fetch --locked