#!/usr/bin/make -f
#export DH_VERBOSE = 1

override_dh_auto_build:
	dh_auto_build -- -f ant/deploy-release.xml

override_dh_auto_clean:
	dh_auto_clean -- -f ant/deploy-release.xml

%:
	dh $@ --with javahelper --buildsystem=ant
