#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	phpunit PHPUnitTest/prods/src
else
	@echo "** tests disabled"
endif

get-orig-source:
	uscan --verbose --rename --repack --force
