#!/usr/bin/make -f

export PERL5LIB=$(CURDIR)/lib
export PATH:=$(CURDIR):$(PATH)
export DEBPUTY_TOOLSTACK_DIR=$(CURDIR)

%:
	dh $@ --with debputy
