#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	cargo build --manifest-path pixie/Cargo.toml --release --locked

override_dh_auto_test:
	cargo test --manifest-path pixie/Cargo.toml --locked
