#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk UPSTREAM_GIT := https://github.com/home-assistant-libs/aiohue.git include /usr/share/openstack-pkg-tools/pkgos.make export PYBUILD_TEST_ARGS=--no-cov %: dh $@ --buildsystem=pybuild execute_before_dh_auto_build: sed -i "s/^version = \".*\"/version = \"$(DEB_VERSION_UPSTREAM)\"/" pyproject.toml execute_before_dh_clean: sed -i "s/^version = \".*\"/version = \"0.0.0\"/" pyproject.toml