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

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

override_dh_auto_test:
	# Tests require a working gridengine instance; skipping.
