#!/usr/bin/make -f

DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-systemdsystemunitdir=/lib/systemd/system \

override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start
