#!/usr/bin/make -f

include /usr/share/postgresql-common/pgxs_debian_control.mk

override_dh_auto_build:

override_dh_auto_test:
	# no tests here, we are using autopkgtest

override_dh_installdocs:
	dh_installdocs --all userguide.md

override_dh_auto_install:
	+pg_buildext loop postgresql-%v-plr

override_dh_auto_clean:
	$(MAKE) clean USE_PGXS=1

%:
	dh $@
