#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/node-vows/usr/share/nodejs/vows/bin/vows
