#!/usr/bin/make -f export PYBUILD_NAME=pytest-postgresql export PYBUILD_TEST_ARGS=-p pytest_postgresql.plugin \ --ignore-glob=*docker* \ --ignore=tests/test_postgres_options_plugin.py \ --postgresql-exec=`find /usr/lib/postgresql/*/bin/pg_ctl | head -n 1` %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: mkdir -p debian/tmp/locale/ localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/ localedef -f UTF-8 -i de_DE ./debian/tmp/locale/de_DE.UTF-8/ export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \ export LC_ALL=en_US.UTF-8 && \ dh_auto_test override_dh_auto_install: dh_auto_install rm -r $(CURDIR)/debian/*/usr/lib/python3.*/dist-packages/.coverage