#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/dpkg/pkg-info.mk # Mopidy-Scrobbler gets its version from setuptools-scm. A build in the packaging git # checkout would make setuptools-scm read the version from the git tags of that # repository, which are the Debian tags. Give it the upstream version instead. export SETUPTOOLS_SCM_PRETEND_VERSION = $(DEB_VERSION_UPSTREAM) %: dh $@ --buildsystem=pybuild