#!/usr/bin/make -f

export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/dnsrecon/

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

# I need some more time in order to fix this tests on Debian...
# This is a bad practice :-(
override_dh_auto_test:

override_dh_install:
	dh_install
	rm -r debian/dnsrecon/usr/share/dnsrecon/dnsrecon-*.egg-info
