#!/usr/bin/make -f PG_INCLUDEDIR = $(shell pg_config --includedir) PG_LIBDIR = $(shell pg_config --libdir) export POSTGRES_INCLUDE=$(PG_INCLUDEDIR) export POSTGRES_LIB=$(PG_LIBDIR) export LC_ALL=C export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow DPKG_EXPORT_BUILDFLAGS := 1 include /usr/share/dpkg/buildflags.mk %: dh $@ --with perl_dbi override_dh_auto_test: USER=$(shell whoami) dh_auto_test