#!/usr/bin/make -f
override_dh_install:
	mkdir -p debian/config-weather-zk-flock/etc/
	cp *.json debian/config-weather-zk-flock/etc/

%:
	dh $@

