#!/usr/bin/make -f

%:
	dh $@ --with javahelper,systemd

override_dh_systemd_enable:
	dh_systemd_enable --no-enable

override_dh_systemd_start:
	dh_systemd_start --no-start

override_jh_manifest:
	# Disable jh_manifest target, which is unnecessary and fails against Scala 2.12.
	# Given the classpath is provided otherwise, we can avoid the command's manifest manipulations.
	# This also provides consistency with other packaging types.
	# See https://manpages.debian.org/testing/debhelper/dh.1.en.html#OVERRIDE_TARGETS for general
	# documentation for the "override_" pattern.
