#!/usr/bin/make -f export PYBUILD_NAME=portprotonqt export PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1) export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' -e 's/+dfsg1//' | head -n 1) override_dh_auto_build: dh_auto_build -- -- -m build --wheel --no-isolation %: dh $@ --with python3 --buildsystem=pybuild