#!/usr/bin/make -f

export NODE_PATH=debian/node_modules

%:
	dh $@ --with nodejs
