#!/usr/bin/make -f

export PYBUILD_NAME=wheezy.template

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	# Remove C sources.
	find debian/python3-wheezy.template -name '*.c' -delete
