#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk %: dh $@ override_dh_auto_configure: override_dh_auto_build: make VERSION=$(DEB_VERSION_UPSTREAM) $(DEB_BUILD_ARCH)/mosquitto-exporter override_dh_auto_install: install -d $$(pwd)/debian/tmp/usr/bin/ install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/mosquitto-exporter $$(pwd)/debian/tmp/usr/bin/prometheus-mosquitto-exporter override_dh_auto_clean: make VERSION=$(DEB_VERSION_UPSTREAM) clean