#!/usr/bin/make -f


%:
	dh $@ --buildsystem=maven

override_dh_auto_build:
	dh_auto_build -- --file gson/pom.xml

override_dh_auto_test:
	dh_auto_test -- --file gson/pom.xml

override_dh_auto_install:
	dh_auto_install -- --file gson/pom.xml

get-orig-source:
	uscan --force-download --download-current-version --rename
