#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# mandate that C extension is built
export WITH_EXTENSION=required

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