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

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

%:
	dh $@

# skip build-time testing: no upstream tests, no module to require
override_dh_auto_test:

execute_after_dh_installdocs:
	dh_nodejs_autodocs

