#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@ --with systemd --parallel

override_dh_auto_configure:
	dh_auto_configure -- -DVERSION=$(DEB_VERSION_UPSTREAM)


