#!/usr/bin/make -f export DEBIAN_VERBOSE=1 export DH_VERBOSE=1 export PYBUILD_TEST_ARGS=-v -k 'not test_getters' %: dh $@ --buildsystem=cmake override_dh_auto_configure: dh_auto_configure --buildsystem=cmake -- -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_BUILD_TYPE=Release -DCRYSFML_PREFIX=lib/$(DEB_HOST_GNU_TYPE) -DPYTHON_API=ON override_dh_auto_test: