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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk

JAVA_HOME := /usr/lib/jvm/default-java

DEB_MAVEN_ARGS = -DgsExec=/usr/bin/gs

### This could work with dh but does for sure not with cdbs
### Simply keeping this to conserve the idea
# override_dh_auto_test:
#	xvfb-run -a dh_auto_test

get-orig-source:
	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION)
