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


%:
	dh $@ --with nodejs

override_dh_auto_test:
	# No test during build due to buble break
