#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	      -DSYSTEMD_SERVICES_INSTALL_DIR="/lib/systemd/system"

override_dh_auto_clean:
	dh_auto_clean
	rm -rf tests/environment/__pycache__

