#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_TEST_ARGS_python3=-v -rxs --pyargs diff_match_patch.tests.diff_match_patch_test

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

execute_after_dh_install:
	find debian -name \*_py2.py -delete