#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem=pybuild

#override_dh_auto_build:
#	sed -i -e "s/^DEBIAN_REVISION = \"\"/DEBIAN_REVISION = \"-$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]*)-(.*),\2, p')\"/g" landscape/__init__.py
#	dh_auto_build
