#!/usr/bin/make -f

export MATURIN_NO_INSTALL_RUST=1
export CARGO_NET_OFFLINE=true
export CARGO_HOME=$(CURDIR)/debian/cargo_home

%:
	dh $@ --buildsystem=pybuild --with=single-binary

execute_after_dh_auto_configure:
	rm -f Cargo.lock
