#!/usr/bin/make -f

# Uncomment line below to enable verbose debhelper output.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_NAME=fitsio
export PYBUILD_BUILD_ARGS=--use-system-fitsio
export PYBUILD_INSTALL_ARGS=--use-system-fitsio
export SKIP_BZIP_TEST=1

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_shlibdeps:
	dh_shlibdeps
	dh_numpy3
