#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

export PYBUILD_NAME=biotools

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	# enable parallel installation by providing /usr/bin/prok-geneseek only in Python3 package
	rm -rf debian/python-$(PYBUILD_NAME)/usr/bin
