#!/usr/bin/make -f

override_dh_pgxs_test:
	# defer testing to autopkgtest, we need postgresql-*-pglogical installed

%:
	dh $@ --with pgxs
