#!/usr/bin/make -f

%:
	dh $@ --with nodejs

# No means to test the package:
override_dh_auto_test:
