#!/usr/bin/make -f

%:
	dh $@ --with python2

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