#!/usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME = pynmea2

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

clean:
	rm -rf *.egg-info/SOURCES.txt
	dh_clean
