#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=geolinks

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