#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
export PYBUILD_TEST_ARGS= -k "not (test_galaxy_directory)" -- tests
# test_galaxy_directory: needs a local galaxy directory with "run.sh"

%:
	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
