#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=brotlicffi

# Use Debian's Brotli library
export USE_SHARED_BROTLI=1

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