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