#!/usr/bin/make -f

%:
	dh $@ --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- zip

get-orig-source:
	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
