#!/usr/bin/make -f # -*- makefile -*- # Uncomment line below for verbose debhelper output. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PYBUILD_NAME = casacore %: dh $@ --with python3 --buildsystem=pybuild override_dh_clean: dh_clean rm -rf python_casacore.egg-info override_dh_shlibdeps: dh_shlibdeps dh_numpy3