#!/usr/bin/make -f export PYBUILD_NAME=pyclipper export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/pkg-info.mk VERSION_UPSTREAM = $(shell echo '$(DEB_VERSION_UPSTREAM)' | sed -e 's/\+[^+]*//') export SETUPTOOLS_SCM_PRETEND_VERSION = $(VERSION_UPSTREAM) %: dh $@ --buildsystem=pybuild