#!/usr/bin/make -f

%:
	dh $@

[% IF is_component -%]
override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start --no-restart-on-upgrade
[% END -%]

# This is for CMake
override_dh_auto_configure:
	dh_auto_configure -- -DPERL_INSTALLDIRS:STRING=vendor

