#!/usr/bin/make -f export PYBUILD_NAME=pysynphot export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM} %: dh $@ --with python3 --buildsystem=pybuild override_dh_gencontrol-indep: dh_gencontrol sed "s/Installed-Size:.*/Installed-Size: 1737300/" -i debian/synphot-data/DEBIAN/control override_dh_auto_test: true # Tests need external data files that are not available here. override_dh_shlibdeps: dh_shlibdeps dh_numpy3