#!/usr/bin/make -f

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	pg_buildext -o'shared_preload_libraries=plugin_debugger' installcheck . . postgresql-%v-pldebugger

%:
	dh $@ --with pgxs
