#!/usr/bin/make -f

export PERL5LIB=$(CURDIR)/lib
export PATH:=$(CURDIR):$(PATH)
export DEBPUTY_CMD=$(CURDIR)/debputy.sh

%:
	dh $@ --with debputy
