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

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

%:
	dh $@

execute_after_dh_installdocs:
	dh_nodejs_autodocs auto_dispatch

override_dh_gencontrol:
	dh_gencontrol -pnode-linagora-rabbitmq-client
	dh_gencontrol -pnode-buffer-more-ints -- -v$(shell pkgjs-pjson buffer-more-ints version)~$(DEB_VERSION)
