#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CFLAGS_MAINT_APPEND="-Wno-error=incompatible-pointer-types"
# ^ workaround https://bugs.debian.org/1077205

export PYBUILD_NAME=unifrac
export PYBUILD_TEST_ARGS=--pyargs unifrac

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	dh_numpy3
