#!/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 $@ --with numpy3 --buildsystem=pybuild
