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

export PYBUILD_NAME=hl7

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