#!/usr/bin/make -f

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs [% vcs.logname || "ChangeLog" %]
[% IF is_component -%]

# This is for the LCFG component service file
override_dh_installsystemd:
	dh_installsystemd --no-start --no-restart-on-upgrade

[% END -%]
[% IF spec.get_buildinfo('gencmake') -%]

# This is for any Perl modules installed by CMake
override_dh_auto_configure:
	dh_auto_configure -- -DPERL_INSTALLDIRS:STRING=vendor

[% END -%]
