#!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java # Put depended upon jars in here # export CLASSPATH= %: dh $@ --with javahelper VERSION := $(shell dpkg-parsechangelog | awk -F'[ -]' '/^Version: /{print $$2}') override_jh_build: jh_build --javacopts="-source 1.8 -target 1.8" --javadoc-opts="-source 1.8" get-orig-source: uscan --download-version $(VERSION) --force-download