#!/usr/bin/make -f

export PBR_VERSION=0.0.1

%:
	dh $@ --buildsystem=pybuild --with python3,systemd

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/vaultlocker/usr/etc \
		$(CURDIR)/debian/vaultlocker/usr/lib/systemd
