#!/usr/bin/make -f

export PYMUPDF_SETUP_MUPDF_BUILD=
export PYMUPDF_SETUP_IMPLEMENTATIONS=a
export PYMUPDF_INCLUDES=/usr/include:/usr/include/freetype2
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --buildsystem=pybuild --with python3
