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

export PYBUILD_NAME = nmea2

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