#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop

override_dh_pgxs_test:
	# defer testing to autopkgtest, we cannot build-depend on postgresql-*-pgq3
