#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PYBUILD_NAME = argon2 %: dh $@ --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean rm -rf $(CURDIR)/debian/hypothesis rm -rf docs/_build execute_after_dh_auto_build-indep: ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) PYTHONPATH=`pybuild --print build_dir --interpreter python3` $(MAKE) -C docs html endif