#!/usr/bin/make -f

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 := -Dmaven.build.timestamp=$(SOURCE_DATE_EPOCH)

binary-post-install/epubcheck::
	mh_installjar -pepubcheck -l pom.xml target/epubcheck.jar
	chmod +x debian/epubcheck/usr/share/java/epubcheck.jar

debian/epubcheck.1: debian/epubcheck.1.in
	help2man --include=$< --output=$@ \
		--no-info --help-option="-help" \
			`basename $@ .1` --version-string=$(DEB_UPSTREAM_VERSION)

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