#!/usr/bin/make -f

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

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	BZR_PLUGINS_AT=grep@$(CURDIR) /usr/bin/bzr selftest -s bp.grep
endif
