#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# UTF-8 locale required for tests
export LC_ALL=C.UTF-8

%:
	dh $@ --with python3

override_dh_auto_build:
	dh_auto_build
	$(MAKE) update-manual
