#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_test:
	echo "no tests provided by upstream"
