#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/node-source-map-support/usr/share/nodejs/source-map-support/build.js
