#!/usr/bin/make -f

export PG_VIRTUALENV_ARGS = -i-Atrust

%:
	dh $@ --with pgxs_loop

execute_before_dh_auto_build:
	cp README.md pgtt.md

override_dh_installdocs:
	dh_installdocs --all README.*
