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

export PYBUILD_NAME=geolinks

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


