#!/usr/bin/make -f

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md

override_dh_installdocs:
	dh_installdocs -a --all AUTHORS doc/*.md

override_dh_pgxs_test:
	newnet pg_buildext -o 'port=5432' -c '--locale=C' -i '--auth=trust' \
		-o "unix_socket_directories=/tmp" installcheck . test postgresql-%v-plproxy

%:
	dh $@ --with pgxs
