#!/usr/bin/make -f # -*- makefile -*- include /usr/share/dpkg/pkg-info.mk PYTHON3_VERSIONS = $(shell py3versions -r) pyalldo = set -e; $(foreach py, $(PYTHON3_VERSIONS), $(py) $(1);) %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info