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

# one ring to rule them all ...
%:
	dh $@ --with python3 --buildsystem pybuild

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	echo "Skip tests since it requires a working gridengine instance"
endif
