#!/usr/bin/make -f

POSTGRES_INCLUDE=$(shell pg_config --includedir)
POSTGRES_LIB=$(shell pg_config --libdir)
export POSTGRES_INCLUDE POSTGRES_LIB

%:
	dh $@

# test suite does not work during package build
override_dh_auto_test:
	true
