#!/usr/bin/make -f # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 %: dh $@ --buildsystem=pybuild execute_after_dh_auto_install: find debian -name __init__.py | grep galaxy/__init__.py | xargs rm find debian -name py.typed | grep galaxy/py.typed | xargs rm