#!/usr/bin/make -f

export PG_VIRTUALENV_ARGS = \
  -o shared_preload_libraries=pgaudit,pgauditlogtofile \
  -o logging_collector=on \
  -o pgaudit.log=all

%:
	dh $@ --with pgxs_loop

override_dh_installdocs:
	dh_installdocs --all README.*
