initial push
This commit is contained in:
parent
8803aafe1d
commit
21b3bf613c
14
debian/rules
vendored
14
debian/rules
vendored
@ -1,14 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
||||||
export PYBUILD_NAME=maturin
|
|
||||||
|
|
||||||
build3vers := $(shell py3versions -sv)
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem pybuild
|
dh $@
|
||||||
|
|
||||||
override_dh_autoreconf:
|
override_dh_build:
|
||||||
echo '[net]' >> Cargo.toml
|
cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked
|
||||||
echo 'git-fetch-with-cli = true' >> Cargo.toml
|
|
||||||
cargo fetch --locked
|
|
||||||
|
Reference in New Issue
Block a user