#!/usr/bin/make -f # DH_VERBOSE := 1 export PYBUILD_NAME=bcbio-gff %: dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install find debian -name __pycache__ -type d | xargs rm -rf