#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1

%:
	dh $@ --with maven_repo_helper --buildsystem=gradle

override_dh_auto_build:
	dh_auto_build -- -x test check assemble -x :substance:compileToolsJava

# Get original sources directly using uscan
get-orig-source:
	uscan --force-download --rename --repack
