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

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

%:
	dh $@

#execute_after_dh_auto_install:
#	jdupes -rO --link-soft debian/tmp/usr/share/nodejs/inwasm-runtime debian/tmp/usr/share/nodejs/inwasm/

override_dh_installdocs:
	dh_installdocs --link-doc=node-inwasm-runtime
	dh_nodejs_autodocs auto_dispatch

execute_after_dh_fixperms:
	chmod +x debian/inwasm/usr/share/nodejs/inwasm/lib/cli.js
