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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_test:
	# No test during build to avoid circular dependency

override_dh_fixperms:
	dh_fixperms;
	find debian/node-es-abstract/usr/share/nodejs/es-abstract/operations/getOps.js -type f -exec chmod 0755 {} \;
