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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

#override_dh_auto_build:

execute_after_dh_installdocs:
	dh_nodejs_autodocs auto_dispatch

override_dh_gencontrol:
	dh_gencontrol -pnode-openid-client
	dh_gencontrol -pnode-jose -- -v$(shell pkgjs-pjson jose version)~$(DEB_VERSION)
	dh_gencontrol -pnode-oauth4webapi -- -v$(shell pkgjs-pjson oauth4webapi version)~$(DEB_VERSION)
