#!/usr/bin/make -f

%:
	dh $@ --with python2 --buildsystem=python_distutils

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	BZR_PLUGINS_AT=fastimport@$(CURDIR) bzr selftest -s bp.fastimport
endif
