#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') export SETUPTOOLS_SCM_PRETEND_VERSION = $(UPSTREAM_VERSION) export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/{install_dir}/libtiff/src export PYBUILD_DISABLE=test clean %: dh $@ --with python3,numpy3 --buildsystem=pybuild