#!/usr/bin/make -f

%:
	dh $@ --with javahelper

execute_after_dh_auto_install:
	# Removing codeless jar automatically installed in /usr/share/java. We keep
	# the artifact for the build because it contains tests.
	$(RM) debian/libjmh-java/usr/share/java/jmh-core-ct*.jar

override_dh_auto_test:
	rm -rf jmh-core-it/src/test/java/org/openjdk/jmh/it/security
	dh_auto_test
